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
How would you create a new record in one object and use the record ID to update another object in the same DataRaptor?
Linked Mapping
How can you perform a multi-step calculation on a JSON block in an Integration Procedure?
Calculation Action
What three Omniscript elements can be a data source for a Type Ahead Block?
- DataRaptor Extract Action
- HTTP Action
- Remote Action
Where can you find a visual representation of sObjects and their relationships in an Org?
Schema Builder
DataRaptor naming convention (example)
teamGetCaseDetails
DataRaptor Transform outputs
- XML
- Docusign
Flyout Action “types”
- Custom LWC
- Child Card
- Omniscripts
what is the parent node of the JSON send back from a Calculation Procedure?
output
what element on an Omniscript allows a user to enter a large volume of multiple choice questions?
Radio Group
how would you add some more data to an “Active” calculation matrix?
create a new version -→ leave it deactivated -→ add in the new data -→ activate the calculation matrix
how can you perform a multi-step calculation on a JSON block in an IP?
use a calculation action
why would an IP be used over a DR?
- you need to run Asynchronously
- you need to perform actions such as calling a REST API
merge field syntax for an omniscript?
%node:subnode%
how do you pass in the record id of the Flexcard to a IP?
{recordId}
flexcard-→ {recordId} -→ IP
What is true about the Requirement in the Messaging Element? (omniscript)
- it is only available for the false message
- it sets the element to required
Define an Integration Procedure
Backend Workflows that chain together multiple process steps
- server side execution
- Call any API
- call from any REST Client
- run synchronously or asynchronously
Omniscript definition
“Guided Process”
-group of settings that make up a specific functionality, placed in a specific sequence for the workflow
how do you define the ContextId that is sent from the Omniscript to the IP?
Remote Properties > Extra Payload
What is the parent JSON node sent to the Calculation Procedure??
input
In an Omniscript, you want to add an input that can be set to read-only. Which element would you use?
Lookup
what do you pass from Flexcard to-→ Omniscript ?
ContextId
two ways to pass an attribute name from a parent FlexCard data source to a child FlexCard?
Parent.attributeName
record.attributeName
What do states determine on a FlexCard?
- data source fields
- actions
- styling
three things required for a TypeAhead Block to work with Salesforce data?
- DataRaptor Extract Action
- TypeAhead Block
- DataRaptor Extract