AcctRange
Defines account ranges and provides metadata for setting up and managing financial account groupings.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
A unique identifier for the account range record. |
| Parentkey | Int64 | False |
The identifier of the parent entity associated with the account range. |
| Sortord | Int64 | False |
The sorting order for the account range within the parent entity. |
| Rangefrom | String | False |
The starting account number in the range. |
| Rangeto | String | False |
The ending account number in the range. |
| Whencreated | Datetime | False |
The timestamp indicating when the account range record was created. |
| Whenmodified | Datetime | False |
The timestamp indicating when the account range record was last modified. |
| Createdby | Int64 | False |
The identifier of the user or process that created the account range record. |
| Modifiedby | Int64 | False |
The identifier of the user or process that last modified the account range record. |
| Record_url | String | False |
The URL linking to the detailed record of the account range. |