<?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 Re: Iproperties Customizing Box Name (Stock Number) in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/iproperties-customizing-box-name-stock-number/m-p/3496140#M136020</link>
    <description>&lt;P&gt;Ok.... Cool.. I Think That Will Get Me Where I Need To Be...!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Us Carroll County Boys Are A Little Slow Be We Catch On Fast.. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pottsy&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jun 2012 13:03:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-06-12T13:03:37Z</dc:date>
    <item>
      <title>Iproperties Customizing Box Name (Stock Number)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/iproperties-customizing-box-name-stock-number/m-p/3495014#M136018</link>
      <description>&lt;P&gt;In the Iproperties project tab I would like to change the "Stock Number" name to "A.R.M.-PN:". I need to reference 2 part numbers in my IPT Iproperties. This will then show up on the Parts List as a column which I can add. Or I would like to add a new dialog box to the "Project Tab". Is there a easy way to do this in 2011 Inventor Professional?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aaron J. Potts&amp;nbsp; &lt;EM&gt;&lt;STRONG&gt;"Pottsy"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Metal Artist/Mechanical Designer&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Built By Pottsy LLC&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2012 18:55:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/iproperties-customizing-box-name-stock-number/m-p/3495014#M136018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-11T18:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Iproperties Customizing Box Name (Stock Number)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/iproperties-customizing-box-name-stock-number/m-p/3496002#M136019</link>
      <description>&lt;P&gt;You can combine two part numbers into a iProperty a few diffrent ways&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With iLogic it's a little less likely that the new stock number will be overidden. The example below shows you the basic format. You can pull PartNumber1 and&amp;nbsp;PartNumber2 from where you need to, even other iProperties as shown. Remember to place an event trigger on the iLogic rule like "Before Save Document"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PartNumber1 = iProperties.Value("Project", "Part Number")
PartNumber2 = iProperties.Value("Project", "Stock Number")
iProperties.Value("Custom", "A.R.M.-PN:") = PartNumber1 &amp;amp; " : " &amp;amp; PartNumber2&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;IMG alt="iLogickriek.JPG" src="https://forums.autodesk.com/t5/image/serverpage/image-id/30480iD75E45C0A6821770/image-size/original?v=mpbl-1&amp;amp;px=-1" align="middle" title="iLogickriek.JPG" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also put something like this directly into the iProperty - though it can be overidden.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Notice the "=" before the variables. That starts the formula in the iProperty field. See the attached screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;=&amp;lt;Part Number&amp;gt; : &amp;lt;Stock Number&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ipropkriek.JPG" src="https://forums.autodesk.com/t5/image/serverpage/image-id/30478i3F8E7D0526ED0E33/image-size/original?v=mpbl-1&amp;amp;px=-1" align="middle" title="ipropkriek.JPG" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2012 12:17:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/iproperties-customizing-box-name-stock-number/m-p/3496002#M136019</guid>
      <dc:creator>jdkriek</dc:creator>
      <dc:date>2012-06-12T12:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Iproperties Customizing Box Name (Stock Number)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/iproperties-customizing-box-name-stock-number/m-p/3496140#M136020</link>
      <description>&lt;P&gt;Ok.... Cool.. I Think That Will Get Me Where I Need To Be...!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Us Carroll County Boys Are A Little Slow Be We Catch On Fast.. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pottsy&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2012 13:03:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/iproperties-customizing-box-name-stock-number/m-p/3496140#M136020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-12T13:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Iproperties Customizing Box Name (Stock Number)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/iproperties-customizing-box-name-stock-number/m-p/3497134#M136021</link>
      <description>&lt;P&gt;Glad I could help.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2012 20:32:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/iproperties-customizing-box-name-stock-number/m-p/3497134#M136021</guid>
      <dc:creator>jdkriek</dc:creator>
      <dc:date>2012-06-12T20:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Iproperties Customizing Box Name (Stock Number)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/iproperties-customizing-box-name-stock-number/m-p/3506550#M136022</link>
      <description>&lt;P&gt;Ok, I am back on this again. Check out the attached picture. I would like to change the names in the Iproperties and the save that as a template part. Can this be done easily?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 15:24:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/iproperties-customizing-box-name-stock-number/m-p/3506550#M136022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-19T15:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Iproperties Customizing Box Name (Stock Number)</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/iproperties-customizing-box-name-stock-number/m-p/3506698#M136023</link>
      <description>&lt;P&gt;As far as I know you can't change a standard iProperty name like you are wanting, but you can decide what gets written in the input field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are better off just creating custom iProperties with those names and then outputting that information to the orginal iProperty fields that you need.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 16:42:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/iproperties-customizing-box-name-stock-number/m-p/3506698#M136023</guid>
      <dc:creator>jdkriek</dc:creator>
      <dc:date>2012-06-19T16:42:52Z</dc:date>
    </item>
  </channel>
</rss>

