Valid PDI Dumps shared by ExamDiscuss.com for Helping Passing PDI Exam! ExamDiscuss.com now offer the newest PDI exam dumps, the ExamDiscuss.com PDI exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PDI dumps with Test Engine here:
Universal Containers (UC) is developing a process for their sales teams that requires all sales reps to go through a set of scripted steps with each new customer they create. In the first step of collecting information, UC's ERP system must be checked via a REST endpoint to see if the customer exists. If the customer exists, the data must be presented to the sales rep in Salesforce. Which two should a developer implement to satisfy the requirements? Choose 2 answers
Correct Answer: A,B
* A: A Flow can guide sales reps through a set of scripted steps and call an Apex action to interact with an external REST endpoint. * B: An Invocable method is used to make an Apex method callable from a Flow. This method can call the REST endpoint and return the data for display. Why not other options? * C: Future methods are asynchronous and cannot return data to the user in real time. * D: Triggers are used for database events, not for guiding users through scripted processes or making REST calls. : Invocable Methods in Flows