CatalogRef.<Catalog name>.IsEmpty
Syntax:
Returned value:
True indicates that a reference points to no object (empty reference); otherwise it is False.
Description:
Availability:
Example:
If ArticleReference.IsEmpty() Then DoMessageBox("Article of trade is not selected!",60); Return; EndIf; |