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 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