<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to permanently add a custom column in the BOM? in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/how-to-permanently-add-a-custom-column-in-the-bom/m-p/11676660#M57896</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to permanently add custom columns to the inventor BOM, with iproperty values?&lt;/P&gt;&lt;P&gt;In other words, whenever I start a new project it must be there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, when I create an assembly, the entire project has a job number and each part gets an individual drawing number. So the job nr &amp;amp; drawing number tabs are added as custom.&lt;/P&gt;&lt;P&gt;They link to my custom title block to display these values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jan 2023 08:56:27 GMT</pubDate>
    <dc:creator>damianbDSTMH</dc:creator>
    <dc:date>2023-01-13T08:56:27Z</dc:date>
    <item>
      <title>How to permanently add a custom column in the BOM?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-permanently-add-a-custom-column-in-the-bom/m-p/11676660#M57896</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to permanently add custom columns to the inventor BOM, with iproperty values?&lt;/P&gt;&lt;P&gt;In other words, whenever I start a new project it must be there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, when I create an assembly, the entire project has a job number and each part gets an individual drawing number. So the job nr &amp;amp; drawing number tabs are added as custom.&lt;/P&gt;&lt;P&gt;They link to my custom title block to display these values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 08:56:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-permanently-add-a-custom-column-in-the-bom/m-p/11676660#M57896</guid>
      <dc:creator>damianbDSTMH</dc:creator>
      <dc:date>2023-01-13T08:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to permanently add a custom column in the BOM?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-permanently-add-a-custom-column-in-the-bom/m-p/11676781#M57897</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can save it as a template (save &amp;gt;Save Copy as a template)&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 09:50:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-permanently-add-a-custom-column-in-the-bom/m-p/11676781#M57897</guid>
      <dc:creator>admaiora</dc:creator>
      <dc:date>2023-01-13T09:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to permanently add a custom column in the BOM?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-permanently-add-a-custom-column-in-the-bom/m-p/11676878#M57898</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, not a bad idea. Didn't think of that, thanks.&lt;/P&gt;&lt;P&gt;It would be working around the problem though. I can do that until something better comes along, surely there must be a way to permanently insert it into the software.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Times like these I wish I knew how to code! ha-ha&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 10:44:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-permanently-add-a-custom-column-in-the-bom/m-p/11676878#M57898</guid>
      <dc:creator>damianbDSTMH</dc:creator>
      <dc:date>2023-01-13T10:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to permanently add a custom column in the BOM?</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/how-to-permanently-add-a-custom-column-in-the-bom/m-p/11676978#M57899</link>
      <description>&lt;P&gt;If you want these custom columns always available to you going forward, adding them to the template is the intended workflow based on the software design. If you have&amp;nbsp;&lt;EM&gt;existing&lt;/EM&gt; files that you need to add these to, there's at least one option using iLogic written by someone else already where all you really have to change is the source file name as long as it still works in the current version of Inventor. If you need to do that, take a look at Message 3 of 5 here:&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/ilogic-to-add-custom-iproperty-columns-to-bill-of-materials-in/m-p/6919654" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/ilogic-to-add-custom-iproperty-columns-to-bill-of-materials-in/m-p/6919654&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;There are also ways to have an iLogic rule loop to run on all your open files but that's a little bit more complicated.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 11:39:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/how-to-permanently-add-a-custom-column-in-the-bom/m-p/11676978#M57899</guid>
      <dc:creator>gregory_nickol</dc:creator>
      <dc:date>2023-01-13T11:39:08Z</dc:date>
    </item>
  </channel>
</rss>

