Salesforces Vlocity dev
359 subscribers
9 photos
2 videos
6 files
47 links
Salesforce videos
Omnistudio Studio
Industry cpq
Order management.
Salesforce marketing cloud
Salesforce admin
Salesforce developement
Salesforce integration
Salesforce Cpq
Salesforce lightning
Salesforce lwc
Download Telegram
OmniStudio Naming Conventions

When creating an OmniStudio component, such as a DataRaptor, FlexCard, Integration Procedure, or an OmniScript, follow the naming conventions on this image.

Thanks for sharing
Join our telegram channel to learn more
1
Create a Public Property for a FlexCard LWC in the FlexCard Designer

In the FlexCard Designer, define an attribute that creates a public property whose value is set in the Lighting App Builder and Experience Builder. Call the attribute within the FlexCard as a session variable ({Session.AttName}) where merge fields are supported, such as in a Text element and a data source parameter.

Learn more

Thanks for sharing
Join our telegram channel to learn more
2
If your FlexCard has a child FlexCard, only its name appears in the Data JSON panel
Anonymous Quiz
59%
True
41%
Flase
DataRaptor

To filter for null values, use the $Vlocity.NULL variable.

Ex: The basic filters that we can use if we want to fetch all records is
Id <> “$Vlocity.NULL”

Thanks for sharing
Join our telegram channel to learn more
👍4
Environment Variables in DataRaptors and Integration Procedures
You can use environment variables to define Default Values and Filter Values, and in Formulas.

If you’re using an environment variable as a Filter value, you must double-quote it.

Join our telegram channel to learn more
👍5
Which of the following are Integration Procedure Actoions?
Anonymous Quiz
45%
Email
16%
TypeAhead
24%
OmniScript
15%
PDF
A developer examines data received from an external data source. The data is nested two levels down in the JSON structure.
Which OmniStudio tool could the developer use to simplify this data?
Anonymous Quiz
2%
A guided workflow
73%
A DataRaptor Transform
6%
An HTTP Action Element
19%
An integration Procedure
👍5