More about Skill rules
 

  1. About 
  2. New 
  3. Skill 
  4. History 
  5. More... 

The system can use skill information for intelligent routing of assignments to those workers who meet minimum qualifications, or to the most qualified worker.

The two standard properties Assign-.pxSkillsDesired and Assign-.pxSkillsRequired can each hold an array of skill names relevant to an assignment. Standard functions in the Pega-ProCom Routing library use the values in these two properties to determine which operators are eligible, based on skills and proficiency, to receive an assignment.

To support efficient operation of routing activities, instances of the Index-OperatorSkills class support direct access to operators holding a specific skill. Review the standard Work-.ToSkilledGroup activity for an example routing activity that uses this index.

TipSkills-based routing (in standard routing activities) examines the skills of each operator in a work group to find a match. To reduce processing demand, avoid this approach in situations where work groups may contain hundreds of operators.

Your GetNextWork processing — which supports the  Get Most Urgent   button on the Process Work navigation pane — can consider operator skills in matching assignments to users.

Definitions router activity
Related topics About Operator ID data instances
Maximizing user productivity with GetNextWork
Standard rules Atlas — Standard Skill rules

UpAbout Skill rules