How to delete record in OmniScript through Integration Procedures

In this post we see how to delete record in omniscript through integration procedures. Its very useful for delete record from omniscript .

Step :--1 We create Integration Procedures .

Drag Delete Action in canvas.

In Delete SObject > Type – ObjectName , Path To Id – pass the id witch we want delete.

How to delete record in OmniScript through Integration Procedures
Delete Action an Integration Procedures

 Note:– We use Response Action for send data an omniscript. 

 – Drag a response action for send data in response an omniscript.

Activate the Integration Procedures.

Integration Procedures
Response Actin in Integration Procedures
Step :--2 Create a OmniScript .

Drag a Integration Procedures In canvas

In Remote Propeties > Extra Payload – here we provide id to send in Integration Procedures.

OmniScript
omniscript
Integration Procedures An OmniScript

On preview tab.

 – In Context Id – we pass AccountId for send id  an Integration Procedures for delete               account record. Click on Button.

OmniScript
On Preview Tab
Scroll to Top