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

Tom157
Kilo Contributor

Instead of filter by users. I like to filter by the group.
anyone?
thanks
Tom


Tom157
Kilo Contributor

Anyone please???


Tom157
Kilo Contributor

If anyone have any ideas please reply. I'm still trying to find a way to do this.

Thanks


john_roberts
Mega Guru

I have an updated SkillsUtil script include that adds support for a group qualifier. Send me a private message with your development instance and I'll install it so you can test. If all works it will be included in the next release.