The ItemValidation collaboration template can persist the Retail_Item business object to a local store. .
If the item is rejected by the business policy code (see Validating an object against customized business policy rules), or if an error is detected during other ItemValidation collaboration processing, the ItemValidation collaboration object does not direct processing to the LocalItemStore port. Instead, it changes the value of the Retail_Item business object's attribute named in the ITEM_STATUS_ATTRIBUTE configuration property to Error and returns the item to the calling collaboration object.
Parent topic: Overall process logic