699
edits
No edit summary |
|||
Line 60: | Line 60: | ||
category: 'Working Time', | category: 'Working Time', | ||
points: -30, | points: -30, | ||
isBlocker: true | |||
}), | }), | ||
]; | ]; | ||
</syntaxhighlight> | </syntaxhighlight>Version 2.3 of the WFM package adds the "isBlocker" property that can be used to indicate if the Evaluation Result should have a blocking behaviour, preventing schedulers from booking/inviting the matched candidate. | ||
== Complete Examples == | == Complete Examples == | ||
Line 404: | Line 405: | ||
Similar to Suitabilities, developers can extend this behaviour by adding custom lookups and modifying the underlying code rules to link to an ATS, custom object model or even modify points assignment. | Similar to Suitabilities, developers can extend this behaviour by adding custom lookups and modifying the underlying code rules to link to an ATS, custom object model or even modify points assignment. | ||
== Matching Shifts to a Candidate == | |||
Version 2.3 of the WFM package introduces the ability to match Shifts to a Candidate. Simply right click on a cell against a candidate's row in swimlane view and the system will do a reverse match. No additional configuration is required. | |||
[[Category:WFM]] | [[Category:WFM]] |