I have to collect open item ledger entries from 3 databases every night on main database throw internet. What is the best way to do it?
My suggestion is to create a table and page on main database and create Odata based on the page. On another side a new report that is running throw a job queue and makes http request with POST or PUT.
0