Returns a Boolean that indicates whether the account is used in intercompany transactions. In other words, this method returns the value to which an account’s IsICP attribute has been set.
Syntax
<HsvAccounts>.IsICP lItemID, pbIsICP
Argument | Description |
---|
lItemID | Long (ByVal). The member ID of the account. |
pbIsICP | Boolean. Returns TRUE if the account is used in intercompany transactions, FALSE otherwise. |