OmniStudio Cert Flashcards
possible data sources for a “child FlexCard”?
- parent FlexCard data source
- independent data source
what four items determine the priority of a Calculation matrix?
- Priority
- Enabled
- start date
- end date
What three omniscript elements can be a data source for a type ahead block to work?
- DataRaptor Extract Action
- HTTP Action
- Remote Action
three filters you can apply to a DataRaptor Extract?
- Offset
- Order By
- Limit
what makes a FlexCard Unique?
- Name
- Author
3 ways of invoking an Asynchronous call in an Integration Procedure?
- future
- fire and forget
- non-blocking
functions available in the “Formula Tab” in a DataRaptor?
- CONCAT()
- QUERY()
- LIST()
What makes an Omniscript “Unique”?
- type
- subtype
- language
what can you call from an Omnistudio Action?
**Omnistudio -→ think “Vlocity Action”
- External URL
- Omniscript
Define Asynchronous vs Synchronous
Synchronous -→ happens at the same time
Asynchronous -→ doesn’t happen at the same time
Asynchronous modes?
- Future (future mode - returns no response to omniscript)
- Fire and Forget (invoke mode - returns no response to omniscript)
- Non-Blocking (invoke mode - returns a response to the onmiscript)
what needs to be configured for a child flex card to use the data source of its parent?
in the parent, the data node must be populated with {record}
“target options” you can select in the publish options of a FlexCard
- home page
- record page
- community page
Required Settings in the “Set Errors” element are:
- Element Error Map
- Conditional View
What must be passed to a Datatable to display all the records on a FlexCard?
{records}
Integration Procedure naming convention
team/getPrimaryContactDetails