Skip to content

v1.14.6

Compare
Choose a tag to compare
@rutlabaga rutlabaga released this 11 Jun 15:49
· 339 commits to master since this release
6c6c3d4

v1.14 - OmniScript and Cards LWC Compile on Deploy

The Vlocity Build Tool will now automatically compile and deploy OmniScript and Cards LWCs after Activation through Puppeteer or Chrome installed on your local machine. To install puppeteer into a build machine or locally run:

npm install puppeteer -g

If your system has Chrome installed VBT will automatically start a headless chrome session, authenticate to the deployment org, and use a page in the Vlocity Managed Package to compile and deploy the OmniScript or Card.

To disable this feature add to your Job File:

ignoreLWCActivationOS: true 
ignoreLWCActivationCards: true

Otherwise these are now on by default.

Added Support to Retrieve LWC OmniOut OmniScripts

vlocity -propertyfile <filepath> -job <filepath> runJavaScript -js lwcOmniOutRetrieve.js

More OmniOut Details

Recent Minor Changes


v1.14.1 - Added LWC OmniOut Command
v1.14.2 - Re-add missing configuration.
v1.14.3 - Add order by to Pagination query
v1.14.4 - Additional Logging on Failures
v1.14.5 - Remove AttributeName from AttributeAssignment Filters
v1.14.6 - Fix FlexCards on failure exception