If error conditions are encountered during any stage of processing,
actions are taken. ItemValidation, ItemCollector, and Process_Reviewed_Item
collaboration objects do the following:
Description
If error conditions are encountered during
any stage of processing, ItemValidation, ItemCollector, and Process_Reviewed_Item
collaboration objects do the following:
- Set the Retail_Item business object's attribute value named in the configuration
property ITEM_STATUS_ATTRIBUTE to .Error
- Log the error in the configured log destination.
- Return the object to the calling collaboration object through the From port.
If any errors are detected when email is sent, the Role_Email collaboration
object logs them in the log destination.
Note: For error logging to occur in
ItemCollector and Process_Reviewed_Item collaboration objects, tracing must
be enabled. For error logging to occur in a Role_Email collaboration object,
its LOG_ERROR configuration property must be set to true.