Skip to content

Releases: vlocityinc/vlocity_build

v1.14.18

17 Jan 17:18
Compare
Choose a tag to compare

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
v1.14.7 - Fix for OS / Cards LWC Activation and JSON output for retry result
v1.14.8 - Add additional job file settings as available for passing in as part of the command.
v1.14.9 - Fix typo in VlocityTrackingGroup Query
v1.14.10 - Linux Support for Puppeteer path
v1.14.11 - New debugging info in LWC Activation
v1.14.12 - Fix for exceptions causing LWC Activation to not set deploy to failed and show error
v1.14.13 - Better Namespace Handling in OmniOut Export
v1.14.14 - Forward proxy to puppeteer when set in httpProxy
v1.14.15 - Only set proxy when explicitly set
v1.14.16 - Change httpProxy to puppeteerHttpProxy for puppeteer only
v1.14.17 - Fix for Managed Package Upgrade issue with concurrent transactions
v1.14.18 - Only allow deployment after previous parent success

v1.14.17

31 Dec 19:06
Compare
Choose a tag to compare

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
v1.14.7 - Fix for OS / Cards LWC Activation and JSON output for retry result
v1.14.8 - Add additional job file settings as available for passing in as part of the command.
v1.14.9 - Fix typo in VlocityTrackingGroup Query
v1.14.10 - Linux Support for Puppeteer path
v1.14.11 - New debugging info in LWC Activation
v1.14.12 - Fix for exceptions causing LWC Activation to not set deploy to failed and show error
v1.14.13 - Better Namespace Handling in OmniOut Export
v1.14.14 - Forward proxy to puppeteer when set in httpProxy
v1.14.15 - Only set proxy when explicitly set
v1.14.16 - Change httpProxy to puppeteerHttpProxy for puppeteer only
v1.14.17 - Fix for Managed Package Upgrade issue with concurrent transactions

v1.14.16

06 Dec 22:38
2ac4319
Compare
Choose a tag to compare

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
v1.14.7 - Fix for OS / Cards LWC Activation and JSON output for retry result
v1.14.8 - Add additional job file settings as available for passing in as part of the command.
v1.14.9 - Fix typo in VlocityTrackingGroup Query
v1.14.10 - Linux Support for Puppeteer path
v1.14.11 - New debugging info in LWC Activation
v1.14.12 - Fix for exceptions causing LWC Activation to not set deploy to failed and show error
v1.14.13 - Better Namespace Handling in OmniOut Export
v1.14.14 - Forward proxy to puppeteer when set in httpProxy
v1.14.15 - Only set proxy when explicitly set
v1.14.14 - Change httpProxy to puppeteerHttpProxy for puppeteer only

v1.14.15

25 Nov 18:31
113be32
Compare
Choose a tag to compare

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
v1.14.7 - Fix for OS / Cards LWC Activation and JSON output for retry result
v1.14.8 - Add additional job file settings as available for passing in as part of the command.
v1.14.9 - Fix typo in VlocityTrackingGroup Query
v1.14.10 - Linux Support for Puppeteer path
v1.14.11 - New debugging info in LWC Activation
v1.14.12 - Fix for exceptions causing LWC Activation to not set deploy to failed and show error
v1.14.13 - Better Namespace Handling in OmniOut Export
v1.14.14 - Forward proxy to puppeteer when set in httpProxy
v1.14.15 - Only set proxy when explicitly set

v1.14.14

23 Nov 18:45
2b4326c
Compare
Choose a tag to compare

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
v1.14.7 - Fix for OS / Cards LWC Activation and JSON output for retry result
v1.14.8 - Add additional job file settings as available for passing in as part of the command.
v1.14.9 - Fix typo in VlocityTrackingGroup Query
v1.14.10 - Linux Support for Puppeteer path
v1.14.11 - New debugging info in LWC Activation
v1.14.12 - Fix for exceptions causing LWC Activation to not set deploy to failed and show error
v1.14.13 - Better Namespace Handling in OmniOut Export
v1.14.14 - Forward proxy to puppeteer when set in httpProxy

v1.14.13

16 Nov 18:31
c3fe4b2
Compare
Choose a tag to compare

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
v1.14.7 - Fix for OS / Cards LWC Activation and JSON output for retry result
v1.14.8 - Add additional job file settings as available for passing in as part of the command.
v1.14.9 - Fix typo in VlocityTrackingGroup Query
v1.14.10 - Linux Support for Puppeteer path
v1.14.11 - New debugging info in LWC Activation
v1.14.12 - Fix for exceptions causing LWC Activation to not set deploy to failed and show error
v1.14.13 - Better Namespace Handling in OmniOut Export

v1.14.12

10 Nov 00:07
Compare
Choose a tag to compare

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
v1.14.7 - Fix for OS / Cards LWC Activation and JSON output for retry result
v1.14.8 - Add additional job file settings as available for passing in as part of the command.
v1.14.9 - Fix typo in VlocityTrackingGroup Query
v1.14.10 - Linux Support for Puppeteer path
v1.14.11 - New debugging info in LWC Activation
v1.14.12 - Fix for exceptions causing LWC Activation to not set deploy to failed and show error

v1.14.11

12 Aug 21:41
1dffd12
Compare
Choose a tag to compare

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
v1.14.7 - Fix for OS / Cards LWC Activation and JSON output for retry result
v1.14.8 - Add additional job file settings as available for passing in as part of the command.
v1.14.9 - Fix typo in VlocityTrackingGroup Query
v1.14.10 - Linux Support for Puppeteer path
v1.14.11 - New debugging info in LWC Activation

v1.14.10

10 Aug 18:49
c98bb99
Compare
Choose a tag to compare

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
v1.14.7 - Fix for OS / Cards LWC Activation and JSON output for retry result
v1.14.8 - Add additional job file settings as available for passing in as part of the command.
v1.14.9 - Fix typo in VlocityTrackingGroup Query
v1.14.10 - Linux Support for Puppeteer path

v1.14.9

30 Jul 18:03
d7dabb7
Compare
Choose a tag to compare

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
v1.14.7 - Fix for OS / Cards LWC Activation and JSON output for retry result
v1.14.8 - Add additional job file settings as available for passing in as part of the command.
v1.14.9 - Fix typo in VlocityTrackingGroup Query