From 9671096fb6c95fdeb350a2947df0e785c295475c Mon Sep 17 00:00:00 2001 From: Adam Rutland Date: Mon, 8 Jun 2020 11:47:48 -0700 Subject: [PATCH] Fix Vlocity typo --- .../Product2-Migration/Product2-Migration_Mappings.json | 4 ++-- .../Product-Hierarchy-Migration_Mappings.json | 2 +- .../Product2-Migration/Product2-Migration_Mappings.json | 2 +- README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DataPackSettings/latest/DataRaptor/Product2-Migration/Product2-Migration_Mappings.json b/DataPackSettings/latest/DataRaptor/Product2-Migration/Product2-Migration_Mappings.json index fd40dd66..4b17863a 100644 --- a/DataPackSettings/latest/DataRaptor/Product2-Migration/Product2-Migration_Mappings.json +++ b/DataPackSettings/latest/DataRaptor/Product2-Migration/Product2-Migration_Mappings.json @@ -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", @@ -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", diff --git a/DataPackSettings/separateProducts/DataRaptor/Product-Hierarchy-Migration/Product-Hierarchy-Migration_Mappings.json b/DataPackSettings/separateProducts/DataRaptor/Product-Hierarchy-Migration/Product-Hierarchy-Migration_Mappings.json index 5f344d11..c3b1cdb0 100644 --- a/DataPackSettings/separateProducts/DataRaptor/Product-Hierarchy-Migration/Product-Hierarchy-Migration_Mappings.json +++ b/DataPackSettings/separateProducts/DataRaptor/Product-Hierarchy-Migration/Product-Hierarchy-Migration_Mappings.json @@ -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", diff --git a/DataPackSettings/v2/DataRaptor/Product2-Migration/Product2-Migration_Mappings.json b/DataPackSettings/v2/DataRaptor/Product2-Migration/Product2-Migration_Mappings.json index dc845ef9..af95d9b3 100644 --- a/DataPackSettings/v2/DataRaptor/Product2-Migration/Product2-Migration_Mappings.json +++ b/DataPackSettings/v2/DataRaptor/Product2-Migration/Product2-Migration_Mappings.json @@ -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", diff --git a/README.md b/README.md index c70d241c..adefb7b6 100644 --- a/README.md +++ b/README.md @@ -684,7 +684,7 @@ vlocity -propertyfile -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`