Vlocity – User friendly Tech help

Ignore trivial things and train your mind to think big Solution:-  Create CustomMetadata type in salesforce (Setup > custom metatype) Create Extract Dataraptor Select object = “custom metadata Name“ Do the mapping of input JSON and expected output JSON Preview runs the datatraptor  

n

n

CONTROL YOUR EMOTIONS TO EMPOWER YOUR BRAIN Problem:-Clients api was having redirect policy on the server but its not handled by Vlocity integration procedure(IP), thus its failing with 307 response code Solution:-  Error:- 307 Temporary Redirect Inside IP create “Remote Action” to refer the Apex class and apex method, which handles the redirect 307 error. […]

n

n

Naming conventions for various Vlocity components Never sell yourself short This is just a recommendation list, please feel free to share your thoughts and suggestions, to help others ClientName_VlocityAbbrevationComponentName SN Type Type-SuggestedPrefix SuggestedName 1 VlocityOmniScript DT_OsXXXX Example: DT_OsShowUsers 2 VlocityIntegrationProcedure DT_IpXXXX Example: DT_IpGetUsersList 3 VlocityDataRaptor DT_DrXXXX Example: DT_DrSearchUserListTransform 4 VlocityAction DT_AcXXXX Example: DT_AcShowUsers 5 VlocityLayout […]

n

Can we work with vlocity code base locally rather than doing all the changes on the SF platform? Yes that is possible Prerequisite:- Install “Salesforce Vlocity Integration” extension in VSCode Activate the extension > CTRL + SHIFT +P Vlocity: Select Salesforce Org > use the existing verified Org with SF or start with fresh VSCode […]

n

How to customize the behavior of any control in omniscript in vlocity? Scenario:- Override the behavior of Telephone to show data from SFDC even though it’s not valid and add the corresponding styling. Prerequisite:- Need access to vlocity omniscript (OS) templates, we need vlcTel.txt code base, so we can override the existing omniscript telephone control […]

Was this article helpful?
YesNo

Similar Posts