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
FlexCard Designer Workflow Diagram
Thanks for sharing
Join our telegram channel to learn more
Add Custom Labels to Supported Fields on a FlexCard

Thanks for sharing
Join our telegram channel to learn more
Cache for DataRaptors

Thanks for sharing
Join our telegram channel to learn more
Cache for Integration Procedures

You can use caching with Integration Procedures in three ways:

1-You can cache metadata for the entire Integration Procedure.
2-You can cache the response of the entire Integration Procedure, called top-level data.
3-You can cache the result of a specific set of steps by placing the steps inside a Cache Block. Use Cache Blocks if some parts of the Integration Procedure update data, or if you need different cached data to expire at different times

Thanks for sharing
Join our telegram channel to learn more
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