This page (revision-5) was last changed on 26-Nov-2021 10:22 by jaiken

This page was created on 26-Nov-2021 10:22 by jaiken

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
5 26-Nov-2021 10:22 1 KB jaiken to previous
4 26-Nov-2021 10:22 1 KB jaiken to previous | to last
3 26-Nov-2021 10:22 1 KB jaiken to previous | to last
2 26-Nov-2021 10:22 1 KB jaiken to previous | to last
1 26-Nov-2021 10:22 955 bytes jaiken to last

Page References

Incoming links Outgoing links
TD_ASSESSMENTS...nobody

Version management

Difference between version and

At line 3 changed one line
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.
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.
At line 5 changed 3 lines
You control the firing of it; what statuses, etc. in a WF.
It will insert an Assessment Event 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 a MUC to be used.
You control the firing of it; what statuses, etc. in a WF usercalc.
At line 9 changed 4 lines
;[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)
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.
At line 9 added one line
Set Up:Has to be setup in IMUC to be used.
At line 11 added 9 lines
Sample
||Line||CMD||Type 1||Operand 1||OPER||Type 2||Operand 2||Type 3||Operand 3||If GOTO||Else GOTO
|10|IF|NV|REGISTRATION_STATUS|NE|OV|REGISTRATION_STATUS| | |20|99999
|20|IF|NV|REGISTRATION_STATUS|EQ|A|50| | |30|99999
|30|IF|CF|P2K_CF_TDRASTESTED|EQ|A|TRUE| | |40|40
|40|IF|CF|REGISTRATION_STATUS|EQ|A|TRUE| | |20|99999
|99999|EXIT