GLCoaCatMember
Captures relationships between accounts and their categories within the Chart of Accounts, supporting classification and reporting.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
Unique identifier for the GL chart of account category membership entry. |
| Parentkey | Int64 | False |
Identifier of the parent object associated with this entry. |
| Sortord | Int64 | False |
Order number determining the sorting sequence for the category member. |
| Categoryname | String | False |
Name of the category associated with this membership. |
| Whencreated | Datetime | False |
Date and time when this entry was created. |
| Whenmodified | Datetime | False |
Date and time when this entry was last modified. |
| Createdby | Int64 | False |
Identifier of the user who created this entry. |
| Modifiedby | Int64 | False |
Identifier of the user who last modified this entry. |
| Record_url | String | False |
URL link to access the record associated with this entry. |