An Integration Procedure contains a Remote Action element that calls a method of an APEX class. The method requires two fields as input: AccountId and ProductId. The Integration Procedure data JSON contains the following nodes:How should the Remote Action element be configured to pass the data correctly to the method? A. Check the DataRaptor Transform checkbox, and add the following Key/Value pairs to Output JSON Path:AccountId: %AccountId -ProductId: %Details:ProductId% B. Add the following to Send JSON Path: AccountId: %AccountId, ProductId: %Details:ProductId% C. Check the Send Only Additional Input checkbox, and add the following Key/Value pairs to Additional Input:AccountId: %AccountId%ProductId: %Details:ProductId% D. Set Return Only Additional Output to true, and add the following Key/Value pairs to Additional Input:AccountId: %AccountId%ProductId: %Details:ProductId% Â Suggested Answer: C Community Answer: C This question is in Certified OmniStudio Developer Exam For getting Salesforce Certified OmniStudio Developer Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Salesforce. Trademarks, certification & product names are used for reference only and belong to Salesforce. The website does not contain actual questions and answers from Salesforce's Certification Exams.
Please login or Register to submit your answer