BusinessProcessObject.<Name of business process>.Modified
Syntax:
Returned value:
True indicates the object was changed; otherwise it is False.
Description:
Availability:
Note:
Example:
If BusinessProcess.Modified() Then DoMessageBox("Business process was changed."); EndIf; |