How To Make Formula in OmniScript / Blogs, Omniscript(OS), Vlocity/OminiStudio / By Surendra — : “In this post, we create a Date Formatter to showcase the date format. In the Formula field, establish a logic for the date format.”Step :– 1 “We are creating an Omniscript with three text fields (for DD/MM/YYYY) and one formula field (to calculate the format).” text field for input and formula field for calculate // in formula field IF(%Text1%>10,%Text1%,0+%Text1%),IF(%Text2%>10,%Text2%,0+%Text2%),IF(%Text3%>10,20+%Text3%,200+%Text3%) Step :– 2 On preview tab we pass date We find date format Salesforce Guide- https://help.salesforce.com/s/articleView?id=sf.os_create_a_formula_or_aggregate_in_an_omniscript.htm&type=5
Override Omniscript node Using response. (salesforce / vlocity / OmniStudio) 2 Comments / Blogs, Vlocity/OminiStudio / By 9to9clouds
Transform Data Raptor / Send /Response Transformation & Response Action In IP (salesforce / vlocity / OmniStudio) Blogs, Vlocity/OminiStudio / By 9to9clouds
How to Enable multi language for Custom Field label(Saleforce/Vlocity / OmniStudio) Blogs, Vlocity/OminiStudio / By 9to9clouds