UtilRawReason Class Members
- Last UpdatedNov 06, 2025
- 4 minute read
The following tables list the members exposed by UtilRawReason.
| Name | Description | |
|---|---|---|
![]() | DefaultReasCd | Property to access the util reason code |
![]() | EntId | Property to access the entity id. |
![]() | LastEditAt | Read only property for the datetime of the last edit of this util raw reason. |
![]() | LastEditBy | Read only property for the user_id of the person who made the last edit of this util raw reason. |
![]() | LastEditComment | Read only property for the comment for the last edit of this util raw reason if any. |
![]() | NeedsSaved | Property to get whether the util raw has been changed and needs to be saved to the database. |
![]() | NewDefaultReasCd | Property to get or set the new default reason code value. |
![]() | NewEntID | Property to get or set the new ent ID value. This property can only be set if the EntId property is empty. If the EntId property is not empty, then the new value is ignored. |
![]() | NewLastEditComment | Property to get or set the new value for the last edit comments. |
![]() | NewPrompt | Property to get or set the new prompt flag value. |
![]() | NewRawReasCd | Property to get or set the new raw reason code value. This property can only be set if the RawReasCd property is empty. If the RawReasCd property is not empty, then the new value is ignored. |
![]() | Prompt | Property to access the prompt flag. THis flags whether or not to prompt the user for a default reason code. |
![]() | RawReasCd | Property to access the raw reason code |
![]() | RowId | Read only property for the row id of this util raw reason in the database. |
| Name | Description | |
|---|---|---|
![]() | Delete | The Delete() method removes the utilization raw reason code record from the database for the entity. |
![]() ![]() | GetUtilRawReasons | Overloaded. This overload of the GetUtilRawReasons() method retrieves all defined utilization raw reasons for all entities. |
![]() | Refresh | The Refresh() method reads the utilization raw reason information from the database to refresh the information in memory. |
![]() | Save | The Save() method adds or updates the utilization raw reason in the database based on changes in memory information. |



