Renamed column “RELATED TO” the message monitor #
We have renamed the column from “RELATED TO” to “SOBJECT” in order to see the sObject linked to this message. For example, if you push the Account object record, it will show the Account under SOBJECT column of the message monitor.
Added some fields on Interface sObject #
We would like to inform you that we have added some fields in skyvvasolutions__Interfaces__c.
- The ‘skyvvasolutions__Bulk_Runtime_Behavior__c field is used with the file trigger. When set to “Dynamic switch based on record size” we can set on the next field “Record Size To Be Switched” the number from where we switch to use batch instead of synchronous processing. In this case, baskets are created and need to be processed by the bulk scheduler.
- The ‘skyvvasolutions__Bulk_Processing_order__c’ field is used to determine the order of basket processing for bulk processing. For example, it can process baskets in ascending or descending order for bulk processing”
- The ‘skyvvasolutions__Bulk_RecordSizeToBeSwitch__c’ field is used only in the combination of the field “Runtime Behavior” with the value “Dynamic switch based on record size”. If this is chosen we need to set her the trash hold value from which it will switch to use batch processing e.g. create the basket instead of posting immediately and synchronously.
- The ‘skyvvasolutions__Processing_order__c’ field is used to determine the order of basket processing. For example, it can process baskets in ascending or descending order for batch processing.
Removed ‘Create Last Data’ and ‘Last Data’ #
On the interface list under the integration section, we previously had options called ‘Create Last Date’ and ‘Last Data’. However, we would like to inform you that we have now removed these options.