Using CSI Cloud. We maintain an on prem sql server to extract date from CSI and build local data tools.
Everything so far has been using tables but now I want to do IDOs. The goal is to avoid having to recreate the query for all the table linkages that the IDO already knows.
Infor directed us to read the LoadCollection. We have read the examples in LoadCollection help. Our local C# program and the Custom Assemly we injected in CSI does not play nicely with IDOs. Current code just wants a well-formed SQL string dealing with a table(s).
Anyone have knowledge of doing what we are seeking and could offer assistance?
Regards,
Lance