Enhance All Manual Process Functions #
In the previous version, users could perform the Manual Process function even when the interface was linked with an inactive adapter. In the current version, the Manual Process function is now only available for interfaces with a status of “Deployed”, the interface must be linked to an active adapter, and the interface type must be the main interface.
New ‘Retrieve Data’ Operation Type: Outbound Processing in ‘AUTO Mode’, Handles invokeCallout Without Records, Supports Manual & Scheduled Processing #
We’ve introduced a new ‘Retrieve Data’ operation type to handle outbound queries, even when records lack the required data. Previously, missing records caused issues, but this new type avoids errors during ‘AUTO’ mode processing, even without any records. We’ve added this operation mode, which is used only when there are no available records from the filter query. In such cases, the system calls invokeCalloutV3 in ‘AUTO’ mode. It supports both manual and scheduled processing.
Separate Adapter Status and Inbound Consumer File of New Agent #
In the previous version, the Agent Inbound Consumer file would trigger and become active, and its active status would be stored in the Adapter Status field, indicating that a Consumer File was being utilized. However, in the current version, we have created a new Adapter property called Consumer Status. This Consumer Status field allows the status to be explicitly recorded as either ‘stop’ or ‘start’, providing more granular visibility and control over the Consumer File’s state.
Removal of Extraneous Whitespace in some Filter Fields on Message #
We have improved the search message function to remove unwanted whitespace from the following fields:
- Message Name
- Business External ID
- System External ID
- Transfer ID
- Transaction ID
- Basket Name
Enhanced Message Status Handling for Empty Responses #
We have enhanced our response handling to set the status when there is an empty response. The available statuses are as follows:
- When empty response -> Status Completed (green)
- When empty response -> Status Failed (red)
- When empty response -> Status Pending (yellow)
- When empty response -> Status Cancelled (grey)
You can set the message status in the Response Handling field of the inbound interface using these four picklist values while managing empty responses.