Skip to content

Commit

Permalink
Merge pull request #611 from vlocityinc/beta
Browse files Browse the repository at this point in the history
v1.17.4 release
  • Loading branch information
manas-sf authored Sep 11, 2023
2 parents cd74d8f + e5f4891 commit e9b4caa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Vlocity Build is a command line tool to export and deploy Vlocity DataPacks in a
- [Vlocity Managed Package](#vlocity-managed-package)
- [Running in Jenkins](#running-in-jenkins)
- [Auto Compilation of LWC OmniScript and Cards](#auto-compilation-of-lwc-omniscript-and-cards)
- [Initial Support for OmniScript / FlexCards Local Compilation](#initial-support-for-omniscript--flexcards-local-compilation)
- [Support for OmniScript / FlexCards Local Compilation](#support-for-omniscript--flexcards-local-compilation)
- [How to use your own sfdx cli to deploy OmniScripts / FlexCards compiled locally](#how-to-use-your-own-sfdx-cli-to-deploy-omniscripts--flexcards-compiled-locally)
- [The Job File](#the-job-file)
- [What will be Exported?](#what-will-be-exported)
Expand Down Expand Up @@ -408,7 +408,7 @@ puppeteerHeadless: false
puppeteerExecutablePath: path/of/chrome
```

## Initial Support for OmniScript / FlexCards Local Compilation
## Support for OmniScript / FlexCards Local Compilation

*This is only supported for Package Versions Spring '22+.*

Expand Down Expand Up @@ -1036,20 +1036,20 @@ These types are what would be specified when creating a Query or Manifest for th
| ContextScope | ContextScope__c |
| ContractType | ContractType__c<br>ContractTypeSetting__c |
| CpqConfigurationSetup | CpqConfigurationSetup__c |
| DataRaptor | DRBundle__c<br>DRMapItem__c |
| DataRaptor | DRBundle__c/OmniDataTransform<br>DRMapItem__c/OmniDataTransformItem |
| Document<br>(Salesforce Standard Object) | Document |
| DocumentClause | DocumentClause__c |
| DocumentTemplate | DocumentTemplate__c<br>DocumentTemplateSection__c<br>DocumentTemplateSectionCondition__c |
| EntityFilter | EntityFilter__c<br>EntityFilterCondition__c<br>EntityFilterMember__c<br>EntityFilterConditionArgument__c |
| IntegrationProcedure | OmniScript__c<br>Element__c |
| IntegrationProcedure | OmniScript__c/OmniProcess<br>Element__c/OmniProcessElement |
| IntegrationRetryPolicy | IntegrationRetryPolicy__c |
| InterfaceImplementation | InterfaceImplementation__c<br>InterfaceImplementationDetail__c |
| ItemImplementation | ItemImplementation__c |
| ManualQueue | ManualQueue__c |
| ObjectClass | ObjectClass__c<br>ObjectFieldAttribute__c<br>AttributeBinding__c<br>AttributeAssignment__c |
| ObjectContextRule<br>(Vlocity Object Rule Assignment) | ObjectRuleAssignment__c |
| ObjectLayout | ObjectLayout__c<br>ObjectFacet__c<br>ObjectSection__c<br>ObjectElement__c |
| OmniScript | OmniScript__c<br>Element__c |
| OmniScript | OmniScript__c/OmniProcess<br>Element__c/OmniProcessElement |
| OfferMigrationPlan | OfferMigrationPlan__c<br>OfferMigrationComponentMapping__c |
| OrchestrationDependencyDefinition | OrchestrationDependencyDefinition__c |
| OrchestrationItemDefinition | OrchestrationItemDefinition__c |
Expand Down
4 changes: 3 additions & 1 deletion lib/datapacksexpanddefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ DataPacks:
AttributeAssignment__c:
- RemoveFromInitial
OverrideDefinition__c:
- RemoveFromInitial
- Remove
CompiledAttributeOverride__c:
- Remove
ProductChildItem:
ProductChildItem__c:
FolderName:
Expand Down
2 changes: 1 addition & 1 deletion lib/querydefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CalculationProcedureVersion:
requiredSetting: separateCalculationProcedureVersions
Catalog:
VlocityDataPackType: Catalog
query: Select Id, Name, %vlocity_namespace%__GlobalKey__c from %vlocity_namespace%__Catalog__c
query: Select Id, Name, %vlocity_namespace%__GlobalKey__c, %vlocity_namespace%__CatalogCode__c from %vlocity_namespace%__Catalog__c
ChargeMeasurement:
VlocityDataPackType: ChargeMeasurement
query: Select Id, Name from %vlocity_namespace%__ChargeMeasurement__c
Expand Down

0 comments on commit e9b4caa

Please sign in to comment.