OmniStudio-Developer試験無料問題集「Salesforce Certified OmniStudio Developer 認定」

A developer is creating an OmniScript that provisions trail orgs to their customers. The following text block in the Omniscript uses a merge code to display the ID for the new trail org:

解説: (GoShiken メンバーにのみ表示されます)
An OmniScript displays data from an API using Integration Procedure, but someof thedata is missing.
Which two configuration errors could cause this? Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
A developer needs to create a list of cases for an account in a single Datable in a FlexCard. Like the one shown below.

How can the developer configure the FlexCard to display the case records in this way?

解説: (GoShiken メンバーにのみ表示されます)
A developer is creating aFlex Cardfor a new Community page. The FlexCard will display case information along with action to close the case and update the case. And it will be styled using the Community's theme.
What must be developer do to configure the FlexCard for deployment in acommunity?

解説: (GoShiken メンバーにのみ表示されます)
A developerneedsto use the CONTIF function to process data entered by the user in an OmniScript. The output of the function needs to be displayed to the user immediately in the current step.
Based on best practice, what element should the developer use this function in?

解説: (GoShiken メンバーにのみ表示されます)
A developer needs to retrieve data from an external system that stores policy data. The external system supports REST APIs to access and update thepolicies. Due to the volume of the policy data and peak hours of business, calls to the REST APIs sometimes take longer than expected to respond.
The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.
Given theexternal system's known performance issues, which two configurations should be used to implement the call to the external system?
Choose 2 answers

解説: (GoShiken メンバーにのみ表示されます)
The OmniScript must retrieve device details stored in the Assetobject and then call an external system to send troubleshooting commands via REST API to the device.
Which two OmniScript element should the developer use to configure this functionality?

解説: (GoShiken メンバーにのみ表示されます)
A developer is creating anOmniScript that Provisions trial orgs to their customers. The following text block in the OmniScript uses a merge code to display the ID for the new trial org:
Welcome to Salesforce
Your ID is %Details: Customer10:ID%
During testing, the developer noticesthat the ID does not display. The data JSON is structured as shown below.
How should the developer correct the merge code in order for the ID to display?

解説: (GoShiken メンバーにのみ表示されます)
Refer to the exhibit below. In this Integration Procedure structure, what Send JSON Path would you use to send the output of the ActionZ element to a Response Action?

解説: (GoShiken メンバーにのみ表示されます)