AccountGroupComputation
Represents computation configurations for account groups, defining formula operations and display settings used in financial reporting.
Columns
| Name | Type | Description |
| auditCreatedBy | String | The user who created the account group computation. |
| auditCreatedDateTime | Datetime | The date and time when the account group computation was created. |
| auditModifiedBy | String | The user who last modified the account group computation. |
| auditModifiedDateTime | Datetime | The date and time when the account group computation was last modified. |
| displayAs | String | The format in which the computation result is displayed in reports. |
| formulaLeftAsOf | String | The as-of date context for the left operand of the computation formula. |
| formulaLeftConstant | String | The constant value used as the left operand of the computation formula. |
| formulaRightAsOf | String | The as-of date context for the right operand of the computation formula. |
| formulaRightConstant | String | The constant value used as the right operand of the computation formula. |
| glAccountGroup_Href | String | The URL of the general ledger account group associated with this computation. |
| glAccountGroup_Id | String | The Id of the general ledger account group associated with this computation. |
| glAccountGroup_Key | String | The system-assigned key of the general ledger account group associated with this computation. |
| href | String | The URL of the account group computation resource. |
| id | String | The unique identifier of the account group computation. |
| key [KEY] | String | The system-assigned key that uniquely identifies the account group computation record. |
| numberOfDecimalPlaces | Int | The number of decimal places used when displaying the computation result. |
| operator | String | The mathematical operator applied between the left and right formula operands. |
| unit | String | The unit label appended to the computation result for display purposes. |
| unitPlacement | String | The position of the unit label relative to the computation result value, such as prefix or suffix. |