Hi
I have to transfer a IDM Document from one system (LTR 2025.06) to an other one (CE).
My consideration;
- activate ION Integration
- create a Data Flow from the source IDM to the destination IDM with the Sync.ContentDocument BOD and a mapping from sync to process on the way …
Do far so good:
- BOD is triggerd
- Data Flow works - Document will be created on the destination side …
But:
In the Sync.ContentDocument BOD there is only the (not direct useable - KB2231342) url to the document himself.
For the process BOD I'll need the Base64Binary string … Therfore only the Document Header without contend will be created on the destination side.
Does anyone have experience with a scenario like this? How can it be solved?
I would have expected it to be possible to transfer data between two Infor systems.
I'd really like to avoid programming an application that selects the document via API, downloads the content, base64-encodes it, and then transfers it back to the target system via API. Surely there's an easier way?
T'x
Christoph