CurrentSignOffIsDelete
Structure
CurrentSignOffIsDelete
Parameters
none
Return Value
Char
Description
This function returns a '1' or '0' (or True/False) based on whether the event trigger is hitting during the validation of credentials within the delete of a sign off (not a new sign off)
Example
if CurrentSignOffIsDelete then
if ((CurrentSignOffType = "FILTER") and (CurrentSignOffName = "WORK PACKAGE")) then
AbortAction("WORK PACKAGE sign off deleted")
end if
end if |