---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Add a business rule for skill determination

# Add a business rule for skill determination {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Set up or enable business rules for agents to manage cases, chat interactions, or work order tasks. These business rules trigger Skill Determination rules, ensuring that the required skills are assigned to relevant work items
so agents are properly equipped to handle these responsibilities efficiently.

## Vorbereitungen

Role required: admin

Enable the Skill Determination \[com.snc.skill_determination\] plugin.

## Prozedur

1. Navigate to AllSystem DefinitionBusiness Rules.  
   Hinweis:  
   If you want to use the skill determination rules available by default, make sure the Active field for that rule is set to true. For example, if you want to use the Skill determination for interaction business rule, make sure that the rule is active.
2. Select New.
3. Add details for the business rule.  
   {#add-business-rule-skill-determination__table_ods_w41_l1c__entry__2}

   | Field | Description |
   |-|-|
   | Name | Descriptive name for the business rule. |
   | Table | Select the table on which you want to run this business rule for skill determination. |
   | Advanced | 1. Enable the Advanced check box. 2. Select the Advanced tab. 3. In the Script field, enter the following code: (function executeRule(current, previous /*null when async*/ ) { var skillUtils = new sn_skill_rule.SkillDeterminationUtils(); var skills = skillUtils.determineWorkItemSkills(current); skillUtils.assignSkillsToWorkItem(skills, current); })(current, previous); Hinweis: This script uses the SkillDeterminationUtils utility to identify which skills are needed for the current work item (such as an incident or task) and then assigns those skills to it automatically. This helps ensure that the work item has the correct skill requirements based on its details. 4. In the When to run tab, set when you want the business rule to execute. For more information, see [Create a business rule](https://www.servicenow.com/docs/access?context=c_BusinessRules&version=australia&pubname=australia-api-reference&ft:locale=en-US). {#add-business-rule-skill-determination__ol_e5z_np1_l1c} |
   [ ]

   {#add-business-rule-skill-determination__table_ods_w41_l1c}
4. Select Submit.

