I have the following scenario:
I have a DSO which stores a number of records and stores a value for a revenue KPI. This DSO mainly stores item data and we now would like to include the records which are in the header DSO but not the item DSO and give them a zero revenue.
Is it best that I select all the data from the header DSO as part of the start routine logic or is there a better way in which I can collect the missing records?
Thanks