Can I make bulk updates based on custom IDM attributes using the /items/batch API transaction? I'm trying to build a workflow or document flow that updates multiple IDM documents based on a single record change in the M3 Person.Open program (CRS530). I have the BOD from M3 configured and passing successfully to ION, now I just need to interface with IDM correctly. Specifically...i think what i need to know is what lines of code would go into the input section of the input body (highlighted in yellow):
<?xml version="1.0" encoding="UTF-8"?>
<batchOperations xmlns="http://infor.com/daf">
<batchOperation>
<type>1</type>
<input>
</input>
</batchOperation>
</batchOperations>
