BusinessProcessSelection.<Business process name>.Next
Syntax:
Returned value:
True - the next business process was selected; False - reached the end of selection.
Description:
Availability:
Example:
Selection = BusinessProcesses.ProcessingReceipt.Select(); While Selection.Next() Do // processing selection EndDo; |