Needed a capability to have Assessments created based on Courses and Class Registrations.
Created 2 WF custom functions (P2K_CF_TDRASTESTED, P2K_CF_TDRASSURVEYED) to create assessments based on the course setup, 1 for the Tested entry and 1 for the Surveyed entry.
You control the firing of it; what statuses, etc. in a WF usercalc.
It will insert an Assessment Event tied to the persons candidate record for the current date/time with the 03 - planned/confirmed status. The Assessment Event Text will come from the Assessment Text.
Set Up:Has to be setup in IMUC to be used.
Sample
- Line
- The UserCalc is processed according to the order of the line numbers indicated. For example, 10, 20, 30, etc… ;:If a UserCalc line refers to a line number, it must exist in the UserCalc.
Line | CMD | Type 1 | Operand 1 | OPER | Type 2 | Operand 2 | Type 3 | Operand 3 | If GOTO | Else GOTO |
---|---|---|---|---|---|---|---|---|---|---|
10 | IF | CF | NewHire | EQ | B | TRUE | 200 | 99999 |
- (Line 200 must also exist in this example)