GLAcctGrpMember
Contains data on the individual members of GL account groups, including their relationships within the group hierarchy.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
Unique identifier for the GL account group member. |
| Parentkey | Int64 | False |
Unique key identifying the parent GL account group. |
| Childname | String | False |
Name of the child GL account group or member. |
| Childkey | Int64 | False |
Unique key identifying the child GL account group or member. |
| Sortord | Int64 | False |
Sort order of the child member within the parent group. |
| Whencreated | Datetime | False |
Timestamp of when the GL account group member was created. |
| Whenmodified | Datetime | False |
Timestamp of when the GL account group member was last modified. |
| Createdby | Int64 | False |
Unique identifier of the user who created the GL account group member. |
| Modifiedby | Int64 | False |
Unique identifier of the user who last modified the GL account group member. |
| Record_url | String | False |
URL for accessing the GL account group member record. |