You want to edit a FlexCard. Which question should you ask and answer before you make changes to the active version of the FlexCard?
You want to send all data from a FlexCard’s data source to a Datatable in a child FlexCard. What is the variable you put in the Data Node
field in the parent FlexCard that gets all the records?
While using the Lightning App Builder, you add a Custom Component to the console, but the component you want to add does not appear in the dropdown list. What could cause this?
The card layout below has an Integration Procedure as a data source. The cards use the layout data source. Which JSON data structure below supports this card layout and uses best practices.
A)
"“ContactCellPhone™: "(212) 154-8562",
"ContactName": "Edward Stamos",
“AccountPhone": "2221546450",
"AccountName”: "Acme"
I
{
"ContactCellPhone™: "(650) 156-1102",
"ContactName": "Howard Jones",
"AccountPhone"™: "2221546450",
"AccountName"™ "Acme"
}
]
B)
"Contact": [
{
"CellPhone": "(212) 154-8562",
"Name": "Edward Stamos"
},
t
"CellPhone". "(650) 156-1102",
"Name": "Howard Jones"
}
Which of these checkboxes helps prevent a DataRaptor Load from creating duplicate records?
An OmniScript gets data from Salesforce and from an on-premises billing database. What two OmniScript elements could retrieve this
data?
Choose 2 answers