SET_EXCEPTION
Sets an exception on the underlying data. Use the Code from the Exceptions list to specify the exception to set
Example Usage
SET_EXCEPTION("AL") -> Sets Arrived Late exception on the current punch
Overview
Function signature
SET_EXCEPTION(exception)
Category
Logical
Return data type
bool
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
exception | string | The Code of the exception to set on the current record |