Using configuration properties to notify of processing errors
The Retail_Item attributes into which these values are stored are identified by the EMAIL_ROLE_ATTRIBUTE, EMAIL_MSG_ATTRIBUTE, and EMAIL_SUBJECT_ATTRIBUTE configuration properties, respectively.
The collaboration object then sends the object to its mail port. If the ERROR_EMAIL_ROLE property does not exist, a value of unknown is set in the EMAIL_ROLE_ATTRIBUTE of the Retail_Item.
ERROR_EMAIL_MSG
Specifies the value that is placed in the Retail_Item business object attribute specified in the EMAIL_MSG_ATTRIBUTE property when an error is detected during processing.ERROR_EMAIL_ROLE
Specifies the value that is placed in the Retail_Item business object attribute specified in the EMAIL_ROLE_ATTRIBUTE property when an error is detected during processing.ERROR_EMAIL_SUBJECT
Specifies the value that is placed in the Retail_Item business object attribute specified in the EMAIL_SUBJECT_ATTRIBUTE property when an error is detected during processing.SEND_MAIL_ON_ERROR
Specifies whether the collaboration object sends the Retail_Item to the mail port if an error is detected during the processing of the Retail_Item business object.
Parent topic: Notifying of item status or of processing error conditions