Using Skill Management.

Tom157
Kilo Contributor

Hi all,

I activated the skill management plugin and added Skill on the project Task form. Currently Out of the box:

Out-of-Box, Field Service Orders (and Project Tasks, after Fall 2010 Stable 2) use skills to filter assignments. If a Skill is defined in the Skill field, only groups or users with the appropriate skill can be assigned to the task.

As part of the Assigned to field reference qualifier. Included with the Skills Management plugin is a script include that will build a qualifier based on the assignment group and required skills for the task.
For example, the Project Task Assigned To field uses the following reference qualifier (using a Dictionary Override):

javascript:var util = new SkillsUtils(); util.assignedToRefQual(current);
--------------------------

I like the filter by Assignment group instead of assigned to. How do I create reference qualifier (using Dictionary override) so i can filter the group have the correct skill?

TIA
Tom

7 REPLIES 7

PM sent, Thanks John!


mattberan
Tera Contributor

J_Roberts - can you update this post to either include the script or talk about releasing it?


The updated script include will be in the next release, which should be out soon.