Hello
I want to write a class (batchable) which imports data from an xml into a table. The xml looks like the following:
JobListExport
JobList
Job
SequenceNum
DateTime
Type
Job
SequenceNum
...
...
Now I want to import the data under the Job-Node but only where SequenceNum has specific values (like 28, 29, 30) which I can pass by parameter to the class.
How can I do that
*This post is locked for comments
I have the same question (0)