A developer creates a new FlexCard to display customer data and actions, such as updating billing information and changing the primary contact for the customer account. The FlexCard contains 10 fields and 5 actions.
During testing, several fields display with the correct data, but one of the fields shows only the label.
What could cause this?
AThere are no test parameters configured.
BThe field is null in the Salesforce record.
C{recordId} is misspelled in the Data Source Input Map.
DThe fields have exceeded the maximum number allowed on the card.
A developer needs to display the following information together on one FlexCard: account name, address, phone number, website primary contact first name, contact last name, address, phone number, email
The account information must always be visible, and the contact information should only be visible as needed by the user.
What approach should the developer use to display the contact Information on the card?
ASet the collapsible property on the block element
BUse a Datatable element
CUse a conditional FlexCard State
DSet the class="collapsible" on the block element
A developer is troubleshooting an Integration Procedure with two elements: a Remote Action named FetchCart and a Response Action named ResponseCart.
In Preview, what JSON node shows the data sent to the Remote Action?
AResponseCart
BResponseCartDebug
CFetchCartDebug
DFetchCart
On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label. What could cause this?
AIn the FlexCard state, the Field type for the field does not match the type in the Salesforce record.
BThe Field name in the FlexCard state does not match the DataRaptor Extract's Output JSON Path name.
CThere are No Test Data Test Parameters configured.
DIn the Setup Panel, {recordId} is misspelled in the Data Source Input Map.
Refer to the exhibit below. What JSON code correctly represents the step in the OmniScript Structure panel shown’
A
B
C
D
Question 6
OmniScript Development
0
Question 7
Integration Procedures and DataRaptors
Question 8
OmniScript Development
Question 9
OmniScript Development
Question 10
Integration Procedures and DataRaptors
Question 11
Integration Procedures and DataRaptors
Question 12
Integration Procedures and DataRaptors
Question 13
Integration Procedures and DataRaptors
Question 14
FlexCards
Question 15
Integration Procedures and DataRaptors
Question 16
Integration Procedures and DataRaptors
Question 17
FlexCards
Question 18
FlexCards
Question 19
OmniScript Development
Question 20
FlexCards
Question 21
Integration Procedures and DataRaptors
Question 22
Integration Procedures and DataRaptors
Question 23
Integration Procedures and DataRaptors
Question 24
Integration Procedures and DataRaptors
Question 25
OmniScript Development
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ad
Want a break from the ads?
Become a Supporter and enjoy a completely ad-free experience, plus unlock Learn Mode, Exam Mode, AstroTutor AI, and more.
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Refer to the exhibit.
All inputs to the Calculation Matrix are set correctly.
The Calculation Matrix has the following input:
What is the output?
A12.99,13.99
Bnull
C12.99
D13.99
Why would you version an Integration Procedure instead of cloning it?
AThe new Integration Procedure will be used independently.
BThe new Integration Procedure is Chainable.
CThe new Integration Procedure will replace the existing one.
DThe new Integration Procedure uses a Cache Block.
In an OmniScript, a developer needs to configure a Disclosure element to require user input only if the user already checked a Non-Disclosure Agreement checkbox.
How should the developer configure the conditional view to meet this requirement?
ASet element to required if true
BShow element if true
CSet element to optional if false
DDisable read only if true
A developer is creating an OmniScript 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:Customer|0:ID%
During testing, the developer notices that 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?
ATo %Details:Customer|n:ID%
BTo $Details:Customer|0:ID$
CTo %Details:Customer|1:ID%
DTo %%Details:Customer|0:ID%%
Refer to the exhibit below. What is the merge code needed for this Integration Procedure structure to pass a CaseNumber node from the DRReadCase DataRaptor Extract Action to the HTTP Action’s HTTP Path URL?
A%HTTPGetCaseDetails:CaseNumber%
B{{DRReadCase.CaseNumber}}
C%DRReadCase:CaseNumber%
D{{CaseNumber}}
A developer is building an OmniScript and needs to retrieve data from many fields in a Salesforce record.
Which OmniScript element does this?
ALookup
BHTTP Action
CSelect
DDataRaptor Extract Action
An OmniScript displays data from an API using an Integration Procedure, but all of the data is missing. What two errors could cause this? (Choose two.)
AThe API url is not allowlisted in Salesforce.
BThe JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.
CThe OmniScript has no active version.
DThe Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
An Integration Procedure uses an HTTP action to make a REST API call. The response from the REST API must be converted into a specific XML structure before sending it as an input to another external web service.
How should the developer configure the Integration Procedure to meet this requirement?
AUse a DataRaptor Transform to convert JSON to XML
BUse a Remote Action that calls the XMLStreamReader class
CUse a DataRaptor Extract and check the XML checkbox on the Output JSON Path
DUse a Remote Action that calls the XMLStreamWriter class
A developer creates a FlexCard with five state elements. Four of the states have a condition. To test the FlexCard, the developer previews it using sample data that causes two of the states to have true conditions.
In this scenario, how will the developer know which state will display?
AThe first state with a true nested condition, regardless of sequence in the FlexCard canvas, will display.
BThe first state with true conditions sequenced closest to the top of the FlexCard canvas will display.
CThe first state with a true AND condition, regardless of sequence in the FlexCard canvas, will display.
DThe state sequenced first in the FlexCard canvas will display.
A developer is building a DataRaptor Load for an Integration Procedure used in an OmniScript.
Based on best practices, how should the developer configure the Input JSON?
ABuild the Input JSON node by node in an editor.
BBuild the Input JSON node by node in the DataRaptor Designer.
CCopy the Input JSON from the OmniScript {Data} modal.
DCopy the Input JSON from the DataRaptor Action Debug node.
Which two fields in an Integration Procedure can use a function like CONCAT or DATEDIFF? (Choose two.)
AIn Procedure Configuration, in a Tracking Custom Data value field.
BIn a Response Action, in an Additional Input value field.
CIn a Remote Action, in an Additional Output value field.
DIn a Remote Action, In a Remote Options value field.
A developer is creating a FlexCard for a new Community page. The FlexCard will display case information along with actions to close the case and update the case, and it will be styled using the Community's theme.
What must the developer do to configure the FlexCard for deployment in a Community?
ASet the Deployment property in Card Configuration to "Community"
BAdd the FlexCard's API name to the FlexCard Player component
CConfigure the Component Visibility in the Custom Component
DSet the Target property in Publish Options to "CommunityPage"
A developer is creating a FlexCard and needs to display additional information using a Flyout.
Which two types of components can the developer embed in the flyout? (Choose two.)
AA DataRaptor
BAn Integration Procedure
CAn OmniScript
DA child FlexCard
What OmniStudio tool pre-populates the data in a PDF used by an OmniScript?
AA Data Raptor Extract
BA Data Raptor Transform
CA DataRaptor Load
DA SOQL Query
A developer creates a FlexCard that displays a contact's mailing address and passes the contact's postal code to a child FlexCard.
When configuring text elements in the child FlexCard, what syntax should a developer use to refer to the contact s postal code?
A{postalcode}
B{Params.postalcode}
C{Parent.postalcode}
D{Records.postalcode}
A developer is building an OmniScript and needs to retrieve data from a single field in a Salesforce record.
Which OmniScript element does this?
AHTTP Action
BLookup
CSelect
DDataRaptor Post Action
A developer needs to configure a DataRaptor to retrieve data from a single object. The structure of the output data does not need to be changed.
Following best practices, which type of DataRaptor should the developer use?
ADataRaptor Turbo Extract
BDataRaptor Extract
CDataRaptor Transform
DDataRaptor Load
A customer has a new Engagement Manager who is going to be the new Primary Contact for the Account.
What type of mapping does a DataRaptor Load use to create the new contact and then add it as the new Primary Contact?
ALookup Key
BRelationship Query
CLookup Mapping
DLinked Mapping
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, the developer enters the AccountId correctly and executes the preview. The developer sees the data extracted by the DataRaptor in the Debug Log, but the response is empty.
What is the likely cause of this issue?
AThe Response cannot be previewed directly.
BA Response Action was not added to the Integration Procedure.
CThe AccountId used for the preview is Invalid.
DThe DataRaptor Action did not have the Add Response To Response JSON property set to true.
A developer builds a new OmniScript. It contains a Set Values element with a ContextId key/value pair that was used during testing.
What should the developer do before moving the OmniScript to a production org?
ADeactivate the ContextId key/value pair.
BDelete or deactivate the Set Values element.
CUpdate the ContextId value to specify an id from the production org.
DAdd a Show/Hide condition on the Set Values element.