I have successfully created a CLM that extracts data from MATLTAN and shows it in a DataView. However, the Dataview only show 5000 records (the Record Cap) even though the DataTable contains over 50 000 records before being returned to the DataView. My function loops on an IDO Collection Response and add records to a DataTable and then returns it...
I see that CSI reports like Inventory Cost Report can export unlimited number of records to Dataviews.
Anyone knows what needs to be done to make it work (having unlimited number of records) in a new Dataview based on a custom CLM?
Thanks