Returns a Boolean that indicates whether an account’s data is consolidated to parent entities. In other words, this method returns the value to which an account’s IsConsolidated attribute has been set.
Syntax
<HsvAccounts>.IsConsolidated lItemID, pbIsConsolidated
Argument | Description |
---|
lItemID | Long (ByVal). The member ID of the account. |
pbIsConsolidated | Boolean. Returns TRUE if the account is consolidated to parents, FALSE if it is ignored during consolidation. |