RAF Ensure New Line Item Workflow
RAF Ensure New Line Item Workflow, shown in the following figure, is a sub process that is invoked from RAF Create Document workflow. It extracts the Siebel message from the collection, stamps the Integration Id, and adds the Siebel message back to collection that would be used in the subsequent step to synchronize the row set data.

Workflow Description
This workflow performs the following actions:
Get Document. This step calls the Get Collection method of the ABO Bulk Request Processing Service business service to extract the Siebel message from the input property set which is used during the synchronization of the document.
Ensure New Line Item Integration Id. This step calls the Set Field Value method of the SIS OM PMT business service to add the Integration Id field to the Siebel message which is the output of the previous step.
Set Document. This step calls the AddItemtoCollection method of the ABO Bulk Request Processing business service, which adds the Siebel message from the previous step back to the collection.