associatedlocation test fix
This commit is contained in:
@ -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": [
|
||||
{
|
||||
"query": "SELECT Id FROM Location WHERE ParentLocationId != null AND ParentLocation.VisitorAddress.CountryCode = 'NL'",
|
||||
"operation": "Insert",
|
||||
"operation": "Readonly",
|
||||
"externalId": "Id",
|
||||
"master": false
|
||||
},
|
||||
{
|
||||
"query": "SELECT Id FROM Account WHERE BillingCountry__c != 'NL'",
|
||||
"operation": "Insert",
|
||||
{
|
||||
"query": "SELECT Id FROM Account WHERE BillingCountry__c = 'NL'",
|
||||
"operation": "Readonly",
|
||||
"externalId": "Id",
|
||||
"master": false
|
||||
},
|
||||
{
|
||||
"query": "SELECT Type,ActiveFrom,ActiveTo,ParentRecordId$Account, LocationId FROM AssociatedLocation",
|
||||
"query": "SELECT Type,ActiveFrom,ActiveTo,ParentRecordId, LocationId FROM AssociatedLocation",
|
||||
"operation": "Insert",
|
||||
"useSourceCSVFile": true,
|
||||
"master": true,
|
||||
|
Reference in New Issue
Block a user