Suresh AJul 103 min readCalling External API in Integration ProcedureWhat is Salesforce Integration? Salesforce Integration is a process of connecting two or more applications.Enterprise systems use many...
Gayathiri Mohan Feb 235 min readDelete records from Flexcard Datatable A datatable element in Flexcard is used to fetch the data from a data source and display it in a tabular structure. Flexcard can fire and...
Gayathiri Mohan Jan 94 min readCommunicate between two Flexcards using Pubsub EventsFlexcard can fire and listen to two types of events: Custom and Pubsub events. Custom Events are used to communicate between a child and...
Gayathiri Mohan Dec 15, 20233 min readLoop Block in Integration ProcedureWhat is a Loop Block? A Loop Block is a Group Element in the Integration Procedure that iterates over the items in a data array, enabling...
Gayathiri Mohan Oct 6, 20233 min readInvoke Integration Procedure from FlowLet us see how to invoke an Integration Procedure from a record-triggered and a screen flow in this article. Invoke Integration Procedure...
Sindhu GowdaFeb 15, 20232 min readRemote Action In OmnistudioRemote actions call an Apex class from FlexCards, OmniScripts, or Integration Procedures. Apex Class should be global with sharing to...