Needed a capability to have Assessments created based on Courses and Class Registrations.

Created 2 WF custom functions (P2K_CF_TDRASTESTED, P2K_CF_TDRASSURVEYED) for WF_CRSE 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

LineCMDType 1Operand 1OPERType 2Operand 2Type 3Operand 3If GOTOElse GOTO
10IFNVREGISTRATION_STATUSNEOVREGISTRATION_STATUS 2099999
20IFNVREGISTRATION_STATUSEQA50 3099999
30IFCFP2K_CF_TDRASTESTEDEQATRUE 4040
40IFCFREGISTRATION_STATUSEQATRUE 2099999
99999EXIT

Notes #

Click to create a new notes page