14. Inbound Posting Behavior
Introduction
We call data from Soap UI with Integrate Method to SKYVVA/salesforce with selecting any one of the options from the "Inbound Posting Behavior" picklist on interface detail.
How to use "Inbound Posting Behaviour"?
Pre-requisite:
- We have to create Integration
- We have to create Interface.
- Do mapping with Skyvva mapping tool.
Case1: Call data from Soap with Inbound Posting Behavior = None The data will transfer to the salesforce database immediately after called from soap Case2: Call data from Soap with Inbound Posting Behavior = Immediately The data will transfer to salesforce database immediately after called from soap it is like case1 Case3: Call data from Soap with Inbound Posting Behavior = Future Apex The data will transfer to the salesforce database with Future processing after called from soap
Case4: Call data from Soap with Inbound Posting Behavior = Queueable Apex The data will transfer to the salesforce database with Queueable processing after called from soap Case5: Call data from Soap with Inbound Posting Behavior = Batch Apex The data will transfer to the salesforce database with Batch processing after called from soap