Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 07:50 AM
I have added a skill determination rule using the Advanced option. The shell script code gives me a wonderful start...
/**
* current is a GlideRecord from Source Table.
*
* The return value should be an array containing skill objects
* The format of the skill object.
* The standard fields are:
* * skillName: The value to appear as the name of the skill
* * skillSysId: The unique sys id of the skill record (cmn_skill)
* * mandatory: The flag to identify if the skill is mandatory or not
*
Yet, it does not give me the field for the optional field of Skill Level. Does any one know what that would be? The result is that when the rule hits it adds a new record on task_m2m_skill with those standard fields, but the Skill level (skill_level) field remains blank.
Thank you!
Solved! Go to Solution.