3. Bugs
Getting an error while backup IMapping on interface
While backup of IMapping on interface it will get an error text="" EL Expression Unbalanced: ... #{ctx.skyvvasol]]>.This issue is fixed .
Message Structure Changes in some Adapters
We have changed message structure in some adapters that are as following below
V3OutboundREST V3OutboundGoogleCloudPubSub V3OutboundMicrosoftDynamicsNAV V3OutboundMicrosoftOneDrive
V3OutboundRESTTest V3OutboundGoogleCloudPubSubTest V3OutboundMicrosoftDynamicsNAVTest V3OutboundMicrosoftOneDriveTest
When you have a request or a response, it will be create as two Level Messages.
-The Request Message Structure
API Request Message
sObject Message(Business Message)
-The Respose Message Structure
API Respose Message
sObject Message(Business Message)
When you have request and response together it will generate three Level Messages:
-The Request and Response Message Structure together
API Message
API Request Message
sObject Message(Business Message)
API Response Message
sObject Message(Business Message)