I'm moving to CSI10 from SyteLine 8 - learning mongoose reporting in place of crystal reports. I have to migrate reports where I'm working with a base report with one or two additional fields from another table.
I had a discussion with my local consultant on ways to get this done. I was told that secondary collections are not working as a feature in CSI10 yet for reports. I was also told that extending a report IDO will not work because the data source in this case is a view, not a table.
I was told the only way to do this is to copy and re-implement the original report - copy the SP and add the new data field, create a new IDO with duplicate properties and a new load method, and attach all this to a copy of the original report. I've done this and it appears to work. It's just ludicrously tedious.
Is there a better way to do this?
My report is done and I can do this again, but it's not really efficient for both report creation and updates. I was expecting to extend and replace the original report with adding a field from a secondary collection.