C1-TODORETRY

This algorithm is invoked when the status of the customer or membership inbound message is changed to Rejected. It checks whether the maximum retry attempts are met. If the retry attempt is less than or equal to the value defined in the Maximum Retry parameter, the status of the inbound message is changed to Pending. However, if the retry attempt is greater than the value defined in the Maximum Retry parameter, the status of the inbound message remains as Rejected.

Note: This algorithm is invoked when the customer or membership inbound message is validated and processed through the batch process.

It contains the following parameters:

  • Maximum Retry - Used to specify the maximum number of times the inbound message can be revalidated and reprocessed on failure.

  • Maximum Retry Element Name - This parameter is not used at the moment.

If you do not specify any value for the Maximum Retry parameter, the system uses the value defined in the To Do Maximum Retries status option (which is defined in the lifecycle of the C1-CustomerInboundMessage and C1-MemberInboundMessage business object) to check whether the maximum retry attempts are met. If the value is not specified for the To Do Maximum Retries status option, the system does not allow revalidating and reprocessing an inbound message, and the status of the inbound message remains as Rejected.