Plat-Dev-210試験無料問題集「Salesforce Certified Omnistudio Developer 認定」
A developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action that requires AccountId as a key. When the developer previews the Integration Procedure, thedeveloper enters the AccountId correctly and execute the Preview. The developer sees the data extract by the DataRaptor in the Debug Log, but the response is empty. What is the likely cause of this issue?
正解:C
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
An integration procedure contains a Remote Action element that calls a method of an APEX class. The method requires two fields are input: Account id and Product Id. 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?

How should the Remote Action element be configured to pass the data correctly to the method?
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
