The Process_Reviewed_Item collaboration template can enable saving an item in the local item store after its processing is complete.
To enable persisting the item in the local item store, set the collaboration object's configuration property RETAIN_IN_LOCAL_STORE to true. The collaboration object passes the item with a Create verb to the local_store port to be passed to a collaboration object based on the ItemStore collaboration template, which actually stores the item. The Process_Reviewed_Item collaboration object enables saving the item to the item store after the item has been sent to the Sync port and to the respond_to port.
DELETE_FROM_LOCAL_STORE
Specifies whether the collaboration object deletes the Retail_Item business object from the local item store at the start of collaboration processing.ITEM_STATUS_ATTRIBUTE
Specifies the attribute of the Retail_Item business object that contains the status of the business object being processed.LOG_APPROVED_ITEM
This property specifies whether the collaboration object logs the business object being processed when the object status is Approved.LOG_ERROR_ITEM
Put your short description here; used for first paragraph and abstract.LOG_REJECTED_ITEM
Specifies whether the collaboration object logs the business object being processed when the object status is Rejected.
Parent topic: Overall process logic