<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Add Documents To BOM Structure</title><link>https://www.aras.com/community/f/development/55314/add-documents-to-bom-structure</link><description>Like the title says. I need the PDF version of all CAD documents to be shown in BOM and BOM Structure. Also, these have to be downloadable, if I can add a &amp;quot;Download All&amp;#39; button that would be cherry on top! I saw a post there similar to this. Do I need</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Add Documents To BOM Structure</title><link>https://www.aras.com/community/thread/10531?ContentTypeID=1</link><pubDate>Tue, 27 Aug 2024 14:04:00 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b75ad342-5632-48cf-a742-70d9596987ed</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;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.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Instead of using the download button inside the relationship, you can also directly add it to the parent item. This approach is pretty common.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/3/pastedimage1724767068600v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Angela&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>