v1.15.3
New in v1.15.0
Support for OmniStudio Standard Objects
- OmniScript
- DataRaptor
- FlexCards
- Integration Procedures
- Decision Matrix
- Expression Set
Initial Support for OmniScript / FlexCards Local Compilation
This is only supported for Package Versions Spring '22+.
To set up the local compile you will need to request a Username and Password for the private Vlocity NPM Repo. If you have previously used OmniOut then it is the same credentials.
If you do not have credentials Request an NPM repository access key from your Vlocity customer representative by filing a support case with the subject: "Request for Access Key to Vlocity's Private NPM Repository at https://repo.vlocity.com/repository/vlocity-public/ for using OmniOut / IDX CLI".
The easiest way to set it up is to add the credentials to an .npmrc
file in the User's home directory of your machine.
//repo.vlocity.com/repository/vlocity-public/:username=USERNAME
//repo.vlocity.com/repository/vlocity-public/:_password="PASSWORD"
You can also add to your job file the following:
npmAuthKey: KEY
It will automatically use the correct compiler based on your managed package version.
Recent Minor Changes
v1.15.1 - Fix for "Could not find a match for URL" error where namespace became corrupt when ECONNRESET error in REST
v1.15.2 - Add Charge Measurement to Queries
v1.15.3 - Fix for OutputDataLong in MatrixVersion and changes for Git Based Deploy to work with OmniStudio Standard Data Model