Skip to content

Commit

Permalink
Fix Vlocity typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Rutland committed Jun 8, 2020
1 parent a5707ad commit 9671096
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"%vlocity_namespace%__DomainObjectFieldAPIName__c": "Product2:%vlocity_namespace%__ProductChildItem__c",
"%vlocity_namespace%__FilterGroup__c": 1,
"%vlocity_namespace%__FilterOperator__c": "!=",
"%vlocity_namespace%__FilterValue__c": "\"$Vocity.NULL\"",
"%vlocity_namespace%__FilterValue__c": "\"$Vlocity.NULL\"",
"%vlocity_namespace%__InterfaceFieldAPIName__c": "%vlocity_namespace%__ChildProductId__c",
"%vlocity_namespace%__InterfaceObjectLookupOrder__c": 4,
"%vlocity_namespace%__InterfaceObjectName__c": "%vlocity_namespace%__ProductChildItem__c",
Expand Down Expand Up @@ -329,7 +329,7 @@
"Name": "Product2 Migration",
"VlocityDataPackType": "SObject",
"VlocityRecordSObjectType": "%vlocity_namespace%__DRMapItem__c"
},
},
{
"%vlocity_namespace%__ConfigurationAttribute__c": "%vlocity_namespace%__OverrideDefinition__c",
"%vlocity_namespace%__ConfigurationCategory__c": "PUT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"%vlocity_namespace%__DomainObjectFieldAPIName__c": "Product2:%vlocity_namespace%__ProductChildItem__c",
"%vlocity_namespace%__FilterGroup__c": 1,
"%vlocity_namespace%__FilterOperator__c": "!=",
"%vlocity_namespace%__FilterValue__c": "\"$Vocity.NULL\"",
"%vlocity_namespace%__FilterValue__c": "\"$Vlocity.NULL\"",
"%vlocity_namespace%__InterfaceFieldAPIName__c": "%vlocity_namespace%__ChildProductId__c",
"%vlocity_namespace%__InterfaceObjectLookupOrder__c": 2,
"%vlocity_namespace%__InterfaceObjectName__c": "%vlocity_namespace%__ProductChildItem__c",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"%vlocity_namespace%__DomainObjectFieldAPIName__c": "Product2:%vlocity_namespace%__ProductChildItem__c",
"%vlocity_namespace%__FilterGroup__c": 1,
"%vlocity_namespace%__FilterOperator__c": "!=",
"%vlocity_namespace%__FilterValue__c": "\"$Vocity.NULL\"",
"%vlocity_namespace%__FilterValue__c": "\"$Vlocity.NULL\"",
"%vlocity_namespace%__InterfaceFieldAPIName__c": "%vlocity_namespace%__ChildProductId__c",
"%vlocity_namespace%__InterfaceObjectLookupOrder__c": 4,
"%vlocity_namespace%__InterfaceObjectName__c": "%vlocity_namespace%__ProductChildItem__c",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ vlocity -propertyfile <propertyfile> -job <job> cleanOrgData
This will run Node.js script that Adds Global Keys to all SObjects missing them, and deletes a number of Stale data records that are missing data to make them useful.

## External Ids and Global Keys
Most objects being deployed have a field or set of fields used to find unique records like an External Id in Salesforce. For many Vocity Objects this is the Global Key field. If a Deploy finds 1 object matching the Global Key then it will overwrite that object during deploy. If it finds more than 1 then it will throw an error:
Most objects being deployed have a field or set of fields used to find unique records like an External Id in Salesforce. For many Vlocity Objects this is the Global Key field. If a Deploy finds 1 object matching the Global Key then it will overwrite that object during deploy. If it finds more than 1 then it will throw an error:

`Deploy Error >> Product2/02d3feaf-a390-2f57-a08c-2bfc3f9b7333 --- iPhone --- Duplicate Results found for Product2 WHERE vlocity_cmt__GlobalKey__c=02d3feaf-a390-2f57-a08c-2bfc3f9b7333 - Related Ids: 01t1I000001ON3qQAG,01t1I000001ON3xQAG`

Expand Down

0 comments on commit 9671096

Please sign in to comment.