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) for WF_CRSE 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) to create assessments based on the course setup, 1 for the Tested entry and 1 for the Surveyed entry.
At line 12 changed one line
;[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.
At line 14 changed 5 lines
|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
|10|IF|CF|NewHire|EQ|B|TRUE| | |200|99999
;:(Line 200 must also exist in this example)
At line 17 added one line