Forum Discussion
The BOM Structure is based on a Query Definition and a Tree Grid view. You can modify these two and add additional ItemTypes. The cad document is on a different relationship level which maybe will bloat your view. Maybe you can create a property in side Part that links to the CAD directly? But this only works if you can somehow guarantee that there is a 1:1 relationship between CAD and Part. Anyway, play around with the TGV in a test data base first.
A Download All button is possible, but needs some coding. I actually do something similar already (in my case my button shows all documents that are on sub-levels, but the basic query for download would be the same). You need an AML query to get all related files and than download a zip package. For this task a couple of official Aras samples are available that you can google.
Instead of using the download button inside the relationship, you can also directly add it to the parent item. This approach is pretty common.
Angela