From c05895ae581a37edf3d667788c214c5ddc13a7cc Mon Sep 17 00:00:00 2001 From: shunkosa Date: Tue, 27 Feb 2024 20:30:07 +0900 Subject: [PATCH 1/2] Add namespace to custom field --- data/relationship.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/relationship.json b/data/relationship.json index 3f22c31..1106f62 100644 --- a/data/relationship.json +++ b/data/relationship.json @@ -5,24 +5,24 @@ "type": "GRMS__FieldWorkerClientRelation__c", "referenceId": "RelationRef1" }, - "FieldWorker__c": "@ContactRef1", - "Client__c": "@ContactRef2" + "GRMS__FieldWorker__c": "@ContactRef1", + "GRMS__Client__c": "@ContactRef2" }, { "attributes": { "type": "GRMS__FieldWorkerClientRelation__c", "referenceId": "RelationRef2" }, - "FieldWorker__c": "@ContactRef1", - "Client__c": "@ContactRef3" + "GRMS__FieldWorker__c": "@ContactRef1", + "GRMS__Client__c": "@ContactRef3" }, { "attributes": { "type": "GRMS__FieldWorkerClientRelation__c", "referenceId": "RelationRef3" }, - "FieldWorker__c": "@ContactRef1", - "Client__c": "@ContactRef4" + "GRMS__FieldWorker__c": "@ContactRef1", + "GRMS__Client__c": "@ContactRef4" } ] } \ No newline at end of file From 457aade0c8f6a663541b5cbe6876aacd2608c3be Mon Sep 17 00:00:00 2001 From: shunkosa Date: Tue, 27 Feb 2024 20:30:16 +0900 Subject: [PATCH 2/2] Ignore sf folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8127db2..0704109 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ # Salesforce cache .sfdx/ +.sf/ .localdevserver/ .cci /src.orig