6. Runtime Configuration-General
In the Interface Detail page, we have a section "Runtime Configuration-General". In this chapter, we will understand all the fields contains in the Runtime Configuration-General. Check the picture given below of the Runtime Configuration-General.
As we can see in the picture there are eight fields, which are defined below.
Max Number of Retry
This is the maximum number of retry (message reprocessing).
Activate Message Deletion Rules
This is an indicator of the message-deleting rules. If unchecked, no check the rules; if checked, check the rules.
Number of days to keep Messages
This parameter is to set a number for this field to define how many days the message will be kept before it gets deleted.
Post Feed
Check this field if we want to show the message link on the sObject which was created or modified by this message. With this feature, the user can see that this record was created by the SKYVVA message XXXX. The user can jump from the record to the SKYVVA Message.
Number of Records per Batch/Upload
It is indicating the number of records to be processed per upload/execute used for the batch load (for example manual load, buffer, Right90, etc). It located in Salesforce.
Delete Completed but keep other Message
Set this flag if you don't want to persist the message on the database. The default value is "uncheck" meaning that message will be persisted by default. Note that only successful messages are deleted but not failed and pending messages.
Custom Processing
Tick this in case the business logic for integration is very complex that automatic processing is not possible to manage. And it needs a custom apex class to handle this custom processing for this interface.
Custom Processing Class
The custom processing class full name (including namespace if any) in case custom processing is used.