Hi Experts,
I have a requirement where i need to read multiple field level changes ( emp id, firstname, lastname, salary change, job code change etc..) from CompoundEmployee API and then construct XML for every change
<Row>
<EmpID></EmpID>
<fieldName></fieldName>
<fieldValue></fieldValue>
<ChangeDate></ChangeDate>
<Row>
i'm able to read the field level changes from compoundEmployee API, however I'm stuck on how to create the simple XML and pass over to data context. Any help would be appreciated.
Regards
Biplab Das