Creating custom group overrides
This table shows examples of custom group overrides using a business class of
AccountingUnit:
Condition | Description | Result |
---|---|---|
(AccountingUnit[2:3] = "07") and (Active
) |
Retrieve all active accounting where the second and third characters are 07 | 1070, 1071, 1079, 207 |
(AccountingUnit like "112*") or (AccountingUnit like
"113*") |
Retrieve all accounting that starts with 112 or 113 | 1120, 1121, 1129, 1130, 1139 |