Adds the specified entity and parent to a member list. This function can be used in these types of rules:
Calculation
Translation
Consolidation
Allocation
Dynamic Calculation
Transactions
Syntax
HS.AddEntityToList("Parent", "Child")
Table 40. Syntax for AddEntityToList Function
Parameter | Description |
---|
Parent | Name of a valid parent entity. |
Child | Name of a child of the parent entity. |
Return Value
None
Example
HS.AddEntityToList "UnitedStates", "Maine"