GLAcctGrpHierarchy
Provides a hierarchical representation of GL account groups, detailing member accounts and their attributes for structured reporting.
Columns
| Name | Type | Description |
| Glacctgrpkey [KEY] | Int64 | Unique identifier for the GL account group in the hierarchy. |
| Glacctgrpname | String | Name of the GL account group in the hierarchy. |
| Glacctgrptitle | String | Title of the GL account group in the hierarchy. |
| Glacctgrpnormalbalance | String | Indicates the normal balance type (debit or credit) for the GL account group. |
| Glacctgrpmembertype | String | Specifies the type of members included in the GL account group. |
| Glacctgrphowcreated | String | Indicates how the GL account group was created (manual or system-generated). |
| Glacctgrplocationkey | Int64 | Location key associated with the GL account group. |
| Accountkey | Int64 | Unique identifier for the GL account member in the hierarchy. |
| Accountno | String | Account number for the GL account member in the hierarchy. |
| Accounttitle | String | Title of the GL account member in the hierarchy. |
| Accountnormalbalance | String | Indicates the normal balance type (debit or credit) for the GL account member. |
| Accounttype | String | Specifies the type of the GL account member. |
| Accountlocationkey | Int64 | Location key associated with the GL account member in the hierarchy. |
| Record_url | String | URL for accessing the GL account group hierarchy record. |