Async Query
- JSON の例
-
1{ 2 "jobId": "08PD000000003kiT", 3 4 "message": "", 5 6 "query": "SELECT firstField__c, secondField__c FROM SourceObject__c", 7 8 "status": "New", 9 10 "targetObject": "TargetObject__c", 11 12 "targetFieldMap": {"firstField__c":"firstFieldTarget__c", 13 "secondField__c":"secondFieldTarget__c" 14 }, 15 "targetValueMap": {"$JOB_ID":"BackgroundOperationLookup__c", 16 "Copy fields from source to target":"BackgroundOperationDescription__c" 17 } 18} - プロパティ
-