Forum Discussion
gdelabrou
5 months agoIdeator I
Hello,
Yes, you can insert in your Query Definition (QD) used by the DAC, an additional step after your current Item (i.e Part) with a Join Condition like part.config_id = part_1.config.id.
Thus, the QD will extract all the revisions of the Part. You can then map Part_1 in order to give access to all the Item Revision.
Moreover, if you want to filter them out (i.e only the Released Part), you just add also a Where Condition such as Part_1.Released = '1'
Hope this helps.