26 lines
1.4 KiB
JSON
26 lines
1.4 KiB
JSON
{ "queries":
|
|
[
|
|
{
|
|
"sobject": "SCInstalledBaseLocation__c",
|
|
"query": "SELECT Id, City__c, Country__c, GeoY__c, GeoX__c, PostalCode__c, Street__c, Extension__c, HouseNo__c, FlatNo__c, Floor__c FROM SCInstalledBaseLocation__c WHERE Country__c = 'NL'"
|
|
},{
|
|
"sobject": "SCInstalledBase__c",
|
|
"query": "SELECT Id, Name, CommissioningDate__c,InstallationDate__c,ProductEnergy__c, ProductUnitClass__c,ArticleNo__c,SerialNo__c, SerialNoException__c, ProductUnitType__c, InstalledBaseLocation__c FROM SCInstalledBase__c WHERE Country__c = 'NL'"
|
|
},{
|
|
"sobject": "Asset",
|
|
"query": "SELECT Id, Serialnumber FROM Asset WHERE Location.ParentLocation.Name LIKE '%NL'"
|
|
},{
|
|
"sobject": "Address",
|
|
"query": "SELECT Id, Country, CountryCode, Street, City, ParentId, PostalCode FROM Address WHERE CountryCode = 'NL'"
|
|
},{
|
|
"sobject": "ParentLocation",
|
|
"query": "SELECT Id, Name FROM Location WHERE Name LIKE '%NL'"
|
|
},{
|
|
"sobject": "ChildLocation",
|
|
"query": "SELECT Id, ParentLocationId, Name FROM Location WHERE ParentLocation.Name LIKE '%NL'"
|
|
},{
|
|
"sobject": "Product2",
|
|
"query": "SELECT Id, Main_Product_Group__c, Family, MaterialType__c, Name, Product_Code__c, ProductCode, EAN_Product_Code__c FROM Product2"
|
|
}
|
|
]
|
|
} |