ChartOfAccountsObject.<Chart of accounts name>.BelongsToItem
Syntax:
Parameters:
<Item> (required)
The account for which the belonging is determined .
Returned value:
True indicates the account is subordinated to another account; otherwise it is False.
If the item itself is used as parameter, then False.
Description:
Availability:
Note:
Example:
If Object.BelongsToItem(ItemRef) Then Message("Belongs"); EndIf; |