Work Order BOworkorderindex (pk)workorderidpartindex (fk)Parts BOpartindex (pk)partnumunitindex (fk)Units BOunitindex (pk)unitdesc
The grid will display workorderid, partnum, unitdesc. With only the BOs, their corresponding BBSs and a DevEx Grid, can this be done? If so, how?
I can easily get the Work Order BO and the Parts BO to display everything I need (employing the appropriate repository controls in the grid). The Units BO is the kicker.
Hoping someone in the SF community will have run into this issue and will be able to shine some light on this. Please note that I do not want to resort to SQL script here. I can certainly create a data query and pass the results to the grid and bypass the BOs altogether. That is not what I want to do. I have some custom properties that are showing up in the grid from the Work Order BO that I must have. These will be lost if I bypass the BOs.
Thanks,Bill