CatalogObject.<Catalog name>.BelongsToItem
Syntax:
Parameters:
<Item> (required)
Group (or hierarchy catalog item containing a hierarchy of items) for which an item's subordination is to be defined.
Returned value:
True indicates the item is subordinated to a group; 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; |