SignOffHideDialog
Structure
SignOffHideDialog
Variable Description
This variable can be used to read/modify a True/False state which decides whether the Sign-Off dialog will be skipped/hidden. This variable would typically only be set to True when using external authentication through a project script, etc. Note: to completely hide the sign-off dialog effectively the custom scripting will have to set ALL the variables below in a script that uses the 'Before Launch Event Sign Off' trigger action:
SignOffUserName: set to the user that passed/failed sign-off
SignOffNote: (Optional) the note accompanying the sign-off
SignOffPasswordCorrect: must be set to True to pass sign-off
SignOffPasswordCheck: must be set to False to skip normal password validation
SignOffHideDialog: must be set to True to hide the normal sign-off dialog |