LoanCategory
Represents loan categories used to classify loan accounts and define the associated document sequence for loan transactions.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the loan category. |
| auditCreatedDateTime | Datetime | True |
The date and time when the loan category was created. |
| auditModifiedBy | String | True |
The user who last modified the loan category. |
| auditModifiedDateTime | Datetime | True |
The date and time when the loan category was last modified. |
| description | String | False |
The description of this loan category. |
| documentSequence_Id | String | True |
The Id of the document sequence associated with this loan category. |
| documentSequence_Key | String | False |
The system-assigned key of the document sequence associated with this loan category. |
| documentSequence_PrintTitle | String | True |
The print title of the document sequence associated with this loan category. |
| entity_Id | String | True |
The Id of the entity associated with this loan category. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this loan category. |
| entity_Name | String | True |
The name of the entity associated with this loan category. |
| id | String | True |
The unique identifier of the loan category record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the loan category record. |
| name | String | False |
The name of the loan category. |
| status | String | False |
The current status of the loan category, such as active or inactive. |