SetRawReason Method (UtilExec)
- Last UpdatedNov 06, 2025
- 1 minute read
The SetRawReason() method sets the current reason code for the specified entity based on a raw reason code received directly from the I/O system. This raw reason code will specify a default ‘final’ reason code, and if so configured will prompt the user with a list of possible final reasons for the given raw reason.
| Overload | Description |
|---|---|
| SetRawReason(Int32,Int32,String,DBDateTime,DBString,DBString,DBString,DBString,DBString) | The SetRawReason() method sets the current reason code for the specified entity based on a raw reason code received directly from the I/O system. This raw reason code will specify a default ‘final’ reason code, and if so configured will prompt the user with a list of possible final reasons for the given raw reason. This overload of the method uses an entity ID to specify the entity. |
| SetRawReason(Int32,String,String,String,DBDateTime,DBString,DBString,DBString,DBString,DBString) | The SetRawReason() method sets the current reason code for the specified entity based on a raw reason code received directly from the I/O system. This raw reason code will specify a default ‘final’ reason code, and if so configured will prompt the user with a list of possible final reasons for the given raw reason. This overload of the method uses a site name and entity name to specify the entity. |