associatedlocation test fix
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -28,3 +28,6 @@ SCPriceListItem__c.csv
|
|||||||
SCResourceAssignment__c.csv
|
SCResourceAssignment__c.csv
|
||||||
ContractTemplates.csv
|
ContractTemplates.csv
|
||||||
ServiceContract.csv
|
ServiceContract.csv
|
||||||
|
SCContract__c.csv
|
||||||
|
AssociatedLocation_beforetransform.csv
|
||||||
|
AssociatedLocation.csv
|
@ -0,0 +1,7 @@
|
|||||||
|
Type,ActiveFrom,ActiveTo,ParentRecordId,LocationId
|
||||||
|
Installer (installation),2017-12-01,,0019Z00000fmCAYQA2,1319Z000000jyzJQAQ
|
||||||
|
Owner,2017-12-03,,001KN000003VYDfYAO,1319Z000000jyzJQAQ
|
||||||
|
Installer (installation),2017-12-01,,0019Z00000fmCAYQA2,1319Z000000jyzKQAQ
|
||||||
|
Owner,2017-12-03,,001KN000003VYDfYAO,1319Z000000jyzKQAQ
|
||||||
|
Installer (installation),2017-12-03,,0019Z00000fmCAYQA2,1319Z000000jyzLQAQ
|
||||||
|
Owner,2017-12-03,,001KN000003VYDfYAO,1319Z000000jyzLQAQ
|
@ -4,16 +4,18 @@
|
|||||||
"objects": [
|
"objects": [
|
||||||
{
|
{
|
||||||
"query": "SELECT Id FROM Location WHERE ParentLocationId != null AND ParentLocation.VisitorAddress.CountryCode = 'NL'",
|
"query": "SELECT Id FROM Location WHERE ParentLocationId != null AND ParentLocation.VisitorAddress.CountryCode = 'NL'",
|
||||||
"operation": "Insert",
|
"operation": "Readonly",
|
||||||
|
"externalId": "Id",
|
||||||
"master": false
|
"master": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"query": "SELECT Id FROM Account WHERE BillingCountry__c != 'NL'",
|
"query": "SELECT Id FROM Account WHERE BillingCountry__c = 'NL'",
|
||||||
"operation": "Insert",
|
"operation": "Readonly",
|
||||||
|
"externalId": "Id",
|
||||||
"master": false
|
"master": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"query": "SELECT Type,ActiveFrom,ActiveTo,ParentRecordId$Account, LocationId FROM AssociatedLocation",
|
"query": "SELECT Type,ActiveFrom,ActiveTo,ParentRecordId, LocationId FROM AssociatedLocation",
|
||||||
"operation": "Insert",
|
"operation": "Insert",
|
||||||
"useSourceCSVFile": true,
|
"useSourceCSVFile": true,
|
||||||
"master": true,
|
"master": true,
|
||||||
|
Reference in New Issue
Block a user