SkipSignOffAutoComplete
Structure
SkipSignOffAutoComplete(bSkip)
Parameters
| Parameter | Type | Description
| bSkip | Boolean | Boolean (True/False). Set to True to skip auto-complete functionality based on sign-off rules |
Return Value
none
Description
Set this variable to skip the normally default behavior of Sign Offs grid to auto-set the event status to COMPLETE when all sign off rules have been met. You might want to set this to false if you are using only custom scripting to set the sign offs to complete using SetSignOffsToComplete(True). This boolean will remain at this value for the length of the current event (unless set to a different value with same script procedure)
Example
SkipSignOffAutoComplete(True) |