From e718298d0e160cb1eb221b785f7ecd407d9d3ea2 Mon Sep 17 00:00:00 2001 From: shunkosa Date: Fri, 17 Nov 2023 11:21:49 +0900 Subject: [PATCH] Use namespace for sample data --- data/contacts.json | 16 ++++++++-------- data/plan.json | 2 +- data/relationship.json | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/data/contacts.json b/data/contacts.json index be8cad1..b9e91eb 100644 --- a/data/contacts.json +++ b/data/contacts.json @@ -10,8 +10,8 @@ "Title": "Field Worker", "Email": "amy@example.com", "Phone": "4152568563", - "LoginEmail__c": "amy@example.com", - "ContactType__c": "Field Worker" + "GRMS__LoginEmail__c": "amy@example.com", + "GRMS__ContactType__c": "Field Worker" }, { "attributes": { @@ -23,8 +23,8 @@ "Title": "Client 1", "Email": "michael@example.com", "Phone": "4158526633", - "LoginEmail__c": "michael@example.com", - "ContactType__c": "Survey Client" + "GRMS__LoginEmail__c": "michael@example.com", + "GRMS__ContactType__c": "Survey Client" }, { "attributes": { @@ -36,8 +36,8 @@ "Title": "Client 2", "Email": "jennifer@example.com", "Phone": "4158521463", - "LoginEmail__c": "jennifer@example.com", - "ContactType__c": "Survey Client" + "GRMS__LoginEmail__c": "jennifer@example.com", + "GRMS__ContactType__c": "Survey Client" }, { "attributes": { @@ -49,8 +49,8 @@ "Title": "Client 3", "Email": "anup@example.com", "Phone": "4158526398", - "LoginEmail__c": "anup@example.com", - "ContactType__c": "Survey Client" + "GRMS__LoginEmail__c": "anup@example.com", + "GRMS__ContactType__c": "Survey Client" } ] } \ No newline at end of file diff --git a/data/plan.json b/data/plan.json index dc6da1a..6566591 100644 --- a/data/plan.json +++ b/data/plan.json @@ -6,7 +6,7 @@ "files": ["contacts.json"] }, { - "sobject": "FieldWorkerClientRelation__c", + "sobject": "GRMS__FieldWorkerClientRelation__c", "saveRefs": true, "resolveRefs": true, "files": ["relationship.json"] diff --git a/data/relationship.json b/data/relationship.json index bf1a80b..3f22c31 100644 --- a/data/relationship.json +++ b/data/relationship.json @@ -2,7 +2,7 @@ "records": [ { "attributes": { - "type": "FieldWorkerClientRelation__c", + "type": "GRMS__FieldWorkerClientRelation__c", "referenceId": "RelationRef1" }, "FieldWorker__c": "@ContactRef1", @@ -10,7 +10,7 @@ }, { "attributes": { - "type": "FieldWorkerClientRelation__c", + "type": "GRMS__FieldWorkerClientRelation__c", "referenceId": "RelationRef2" }, "FieldWorker__c": "@ContactRef1", @@ -18,7 +18,7 @@ }, { "attributes": { - "type": "FieldWorkerClientRelation__c", + "type": "GRMS__FieldWorkerClientRelation__c", "referenceId": "RelationRef3" }, "FieldWorker__c": "@ContactRef1",