StatAccount
Stores statistical account data, supporting non-financial metrics that can impact budgeting and analysis (e.g., headcount).
Columns
| Name | Type | ReadOnly | Description |
| Recordno | Int64 | False |
A unique identifier for the statistical account record. |
| Accountno [KEY] | String | False |
The account number for the statistical account. |
| Title | String | False |
The title or name of the statistical account. |
| Accounttype | String | False |
The type of account (e.g., asset, liability) for the statistical account. |
| Status | String | False |
The status of the statistical account (e.g., active, inactive). |
| Whenmodified | Datetime | False |
The date and time when the statistical account was last modified. |
| Requiredept | Boolean | False |
Indicates whether a department is required for this account. |
| Requireloc | Boolean | False |
Indicates whether a location is required for this account. |
| Taxable | Boolean | False |
Indicates whether this account is taxable. |
| Statistical | Boolean | False |
Indicates whether this is a statistical account. |
| Category | String | False |
The category to which the statistical account belongs (e.g., revenue, expense). |
| Whencreated | Datetime | False |
The date and time when the statistical account was created. |
| Createdby | Int64 | False |
The identifier of the user who created the statistical account. |
| Modifiedby | Int64 | False |
The identifier of the user who last modified the statistical account. |
| Megaentitykey | Int64 | False |
The key of the mega entity associated with the statistical account. |
| Megaentityid | String | False |
The identifier of the mega entity associated with the statistical account. |
| Megaentityname | String | False |
The name of the mega entity associated with the statistical account. |
| Record_url | String | False |
The URL to view or access the statistical account. |