associatedlocation finished

This commit is contained in:
Rene Kaßeböhmer
2025-04-15 13:45:43 +02:00
parent 9174dafb43
commit 3888e5106e
10 changed files with 107 additions and 6 deletions

View File

@ -1,3 +1,8 @@
ObjectName,FieldName,RawValue,Value
Asset,Kind_of_Energy__c,4,3
Asset,Kind_of_Energy__c,5,3
Asset,Kind_of_Energy__c,5,3
Asset,Serialnumber_Exception__c,350001,Missing
Asset,Serialnumber_Exception__c,350002,Not Readable
Asset,Serialnumber_Exception__c,350003,Not Readable
Asset,Serialnumber_Exception__c,350004,Rejected by the system
Asset,Serialnumber_Exception__c,350005,Missing
1 ObjectName FieldName RawValue Value
2 Asset Kind_of_Energy__c 4 3
3 Asset Kind_of_Energy__c 5 3
4 Asset Serialnumber_Exception__c 350001 Missing
5 Asset Serialnumber_Exception__c 350002 Not Readable
6 Asset Serialnumber_Exception__c 350003 Not Readable
7 Asset Serialnumber_Exception__c 350004 Rejected by the system
8 Asset Serialnumber_Exception__c 350005 Missing

View File

@ -15,7 +15,8 @@
},{
"query": "SELECT Product2Id,InstallDate,Name,Kind_of_Energy__c,Main_Product_Group__c,SerialNumber,Serialnumber_Exception__c,LocationId FROM Asset",
"operation": "Insert",
"master": true
"master": true,
"useValuesMapping": true
}
]
}