SetSignOffsComplete
Structure
SetSignOffsComplete(bComplete)
Parameters
| Parameter | Type | Description
| bComplete | Boolean | Boolean (True/False). Set to True to set the event status to COMPLETE, False for INCOMPLETE |
Return Value
none
Description
Use this procedure to set the event status to COMPLETE as a result of all custom sign offs (as likely implemented through other custom event scripting) being complete. This will cause the event status field in Field Settings to be set to COMPLETE and the caption above the sign-off grid will also change to COMPLETE. This procedure is likely used along with SkipSignOffAutoComplete (to remove default auto-complete functionality) in 'Before Sign-Off Rule Check' trigger action.
Example
SetSignOffsComplete(True) |