Stopping a Traverse a Record Set Operation
You set the NoMoreRecords output argument in the Siebel operation to TRUE. Siebel CRM uses this argument when the Siebel operation attempts to read the next record but finds that no more records exist in the record set to traverse. You set NoMoreRecords to TRUE:
In the forward direction for Next Record
In the backward direction for Previous Record
You can assign NoMoreRecords to a process property. You can use it in conjunction with a decision step to exit the loop after navigating through every record in the record set. To support this output argument, the Process Designer displays an Output Argument column in the Output Arguments tab of the Siebel operation step.