GLCompGrpMember
Manages data related to comparison group memberships in the General Ledger, enabling multi-dimensional analysis.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
Unique identifier for the GL comparison group membership entry. |
| Parentkey | Int64 | False |
Identifier of the parent object associated with this comparison group member. |
| Lhsacctno | String | False |
Account number on the left-hand side of the comparison. |
| Lhsacctgrpname | String | False |
Account group name on the left-hand side of the comparison. |
| Lhsconst | String | False |
Constant value associated with the left-hand side of the comparison. |
| Operator | String | False |
Comparison operator used in the group (e.g., '=', '!=', etc.). |
| Rhsacctno | String | False |
Account number on the right-hand side of the comparison. |
| Rhsacctgrpname | String | False |
Account group name on the right-hand side of the comparison. |
| Rhsconst | String | False |
Constant value associated with the right-hand side of the comparison. |
| Precision | String | False |
Precision level for numeric comparisons in this group. |
| Displayas | String | False |
Format or label for displaying this comparison group. |
| Uom | String | False |
Unit of measure for values in this comparison. |
| Lhsasof | String | False |
As-of date for the left-hand side of the comparison. |
| Rhsasof | String | False |
As-of date for the right-hand side of the comparison. |
| Uomalignment | String | False |
Alignment of units of measure in the comparison. |
| 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. |