Integration Procedure Advanced Concepts : Amit Chaudhary

Integration Procedure Advanced Concepts
by: Amit Chaudhary
blow post content copied from  Apex Hours
click here to view original post


In our last post we learned about basics of Vlocity Integration Procedure. In this session we will learn the Integration procedure Advanced concepts like loop blocks in IP, List Action, Long Running Transactions, Handling Exceptions and Rollback on Error.

Integration Procedure- Loop Blocks

A Loop Block iterates over the items in a data array to repeat the Actions in the Loop Block for each
item.

Integration Procedure- Loop Blocks

Integration Procedure- List Action

Merges multiple lists by matching values of specified list item JSON nodes.

  • A basic merge matches node names exactly.
  • An advanced merge matches nodes that have different names and/or reside at different levels in the incoming lists.
Integration Procedure- List Action

Integration Procedure- Long Running Transactions

Use chainable and queueable chainable settings to avoid hitting Salesforce governor limits when
invoking long-running Integration Procedures. You can also chain on one or more specific
long-running steps.

Integration Procedure- Long Running Transactions

Integration Procedure- Long Running Transactions Limits

Integration Procedure- Handling Exceptions and Rollback on Error

Rollback on Error Configuration – Dataraptor. Create Account and the associated Opportunity, only
when no errors.

Integration Procedure- Handling Exceptions and Rollback on Error

Try Catch Block – Integration Procedure

Try Catch Block - Integration Procedure

Rollback on Error Activation – Integration Procedure

All changes are committed to the database only after all operations in the transaction finish running without errors. If an error occurs in any of the intermediate steps with the Rollback On Error option enabled, all database changes are rolled back, and the transaction isn’t committed.

Rollback on Error Activation - Integration Procedure

Recording

Summary

I hope this post helped you to understand the Integration procedure advanced concepts. If you are new to OminStudio then please check our FREE Salesforce OmniStudio Training.

The post Integration Procedure Advanced Concepts appeared first on Apex Hours.


August 24, 2022 at 06:00PM
Click here for more details...

=============================
The original post is available in Apex Hours by Amit Chaudhary
this post has been published as it is through automation. Automation script brings all the top bloggers post under a single umbrella.
The purpose of this blog, Follow the top Salesforce bloggers and collect all blogs in a single place through automation.
============================

Salesforce