BusinessProcessRef.<Name of business process>.IsEmpty
Syntax:
Returned value:
True indicates that a reference points to no object (empty reference); otherwise it is False.
Description:
Availability:
Example:
If SelectBP.IsEmpty() Then DoMessageBox("Select a business process!"); EndIf; |