Skip to content

Commit

Permalink
Merge pull request #540 from vlocityinc/master
Browse files Browse the repository at this point in the history
Fixes an issue with exporting Products, etc with hyphens.
  • Loading branch information
manas-sf authored Dec 12, 2022
2 parents d9e6622 + 19fe01e commit 0fc96ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,10 @@ If setup correctly then the following should work:
You can also add to your job file the following:
```yaml
npmAuthKey: KEY
lwcCompilerVersion: "238"
lwcCompilerVersion: '900.469'
```
If you do not set lwcCompilerVersion, it will automatically use the latest compiler version. This should not cause problems, but to force the compiler version, use the Package Version in Salesforce. Note: Not All Package Versions are currently available, so you may need to check Vlocity Nexus to see which are.
If you do not set lwcCompilerVersion, it will automatically use the latest compiler version. This should not cause problems, but to force the compiler version, use the Package Version in Salesforce (e.g. 900.469, not 238 or 240). Note: Not All Package Versions are currently available, so you may need to check Vlocity Nexus to see which are.
### How to use your own sfdx cli to deploy OmniScripts / FlexCards compiled locally
Expand Down Expand Up @@ -796,8 +796,8 @@ The Job file additionally supports some Vlocity Build based options and the opti
| disableVlocityTriggers | Turn off Vlocity's AllTriggers Custom Setting during the Deploy | Boolean |false |
| ignoreLWCActivationOS | Do not compile and deploy LWC OmniScripts | Boolean |false |
| ignoreLWCActivationCards | Do not compile and deploy LWC Cards | Boolean |false |
| lwcCompilerNamespace | Overrides the namespace of the installed managed package. Useful when using a developer org. | String | - |
| lwcCompilerVersion | Overrides the version of the installed managed package. Useful when using a developer org. | String | - |
| lwcCompilerNamespace | Overrides the namespace of the installed managed package. Useful when using a developer org. Options: vlocity-cme, vlocity-ins, vlocity-ps | String | - |
| lwcCompilerVersion | Overrides the version of the installed managed package. Useful when using a developer org. Example: 900.469 | String | - |
| npmRepository | Overrides the npm repository where the LWC compiler is hosted | String | - |
| npmAuthKey | Your customer NPM auth key used to install the LWC compiler package | String | - |

Expand Down

0 comments on commit 0fc96ab

Please sign in to comment.