<?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: Ways to populate parameters automatically through a text file. in Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80973#M2454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Creo Parametric 2.0, add the following option at the end of config.pro file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;new_parameter_ui no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open part, activate Tools tab and click Parameters button. Old menus appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These old menus enable you to define mapkey, which creates additional parameters in your model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case that you need to modify parameter values, you can use &lt;STRONG&gt;Modify&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin Hanak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 May 2015 08:20:20 GMT</pubDate>
    <dc:creator>MartinHanak</dc:creator>
    <dc:date>2015-05-01T08:20:20Z</dc:date>
    <item>
      <title>Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80971#M2452</link>
      <description>Hello All,We have about 30 parameters and of those 30 there are about 12 that need to be manually populated. Is there a way to populate those parameters via a text file? Is this something that can only be done in toolkit or is there some other way?Thanks,John</description>
      <pubDate>Sun, 13 Dec 2020 16:51:24 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80971#M2452</guid>
      <dc:creator>jhengel-2</dc:creator>
      <dc:date>2020-12-13T16:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80972#M2453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use toolkit or ModelCHECK to add the parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 21:31:43 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80972#M2453</guid>
      <dc:creator>Mahesh_Sharma</dc:creator>
      <dc:date>2015-04-30T21:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80973#M2454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Creo Parametric 2.0, add the following option at the end of config.pro file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;new_parameter_ui no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open part, activate Tools tab and click Parameters button. Old menus appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These old menus enable you to define mapkey, which creates additional parameters in your model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case that you need to modify parameter values, you can use &lt;STRONG&gt;Modify&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin Hanak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 08:20:20 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80973#M2454</guid>
      <dc:creator>MartinHanak</dc:creator>
      <dc:date>2015-05-01T08:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80974#M2455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without Toolkit, you could use Pro/PROGRAM. Prompt the user for the parameters values in Pro/PROGRAM using the INPUT section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you regenerate you are prompted for the inputs. You don't have to type these in manually. Instead you can read the values in from a file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could write a mapkey to regenerate, and read the parameters from file automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also automate reading in the parameters with JLink or weblink. (No toolkit license is required for weblink and jlink.) Christopher Lewis' book on WebLink is a useful resource: &lt;A href="http://www.lulu.com/shop/search.ep?contributorId=422888" title="http://www.lulu.com/shop/search.ep?contributorId=422888"&gt;http://www.lulu.com/shop/search.ep?contributorId=422888&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 12:19:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80974#M2455</guid>
      <dc:creator>DarcyParker</dc:creator>
      <dc:date>2015-05-01T12:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80975#M2456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maresh has the correct answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally, I feel that ModelCHECK is the easier to get set up and running. (Oh, and the ModelCHECK config files are really just text files with alternate extensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 19:57:13 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80975#M2456</guid>
      <dc:creator>DonSenchuk</dc:creator>
      <dc:date>2015-05-01T19:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80976#M2457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right, ModelCHECK batch is a good way to automate the creation of parameters in one or more models. But if the application is a configurator where the user just wants to change 12 parameters to see the resulting design, then Pro/PROGRAM could be a better approach. So the correct answer could vary depending on the application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 20:03:08 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80976#M2457</guid>
      <dc:creator>DarcyParker</dc:creator>
      <dc:date>2015-05-01T20:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80977#M2458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A much simpler way is: save a text file with the parameters and their value, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter1="value1"&lt;/P&gt;&lt;P&gt;Parameter2="value2"&lt;/P&gt;&lt;P&gt;Parameter3="value3"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then save a mapkey loading this text file into relations&lt;/P&gt;&lt;P&gt;1 - open relations editor&lt;/P&gt;&lt;P&gt;2 - menu file -&amp;gt; import relations... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two notes:&lt;/P&gt;&lt;P&gt;1 - If you don't want this to stay in relations, you can also while recording the mapkey re-enter the relations Gui and do "select all" -&amp;gt; "delete".&lt;/P&gt;&lt;P&gt;The relations will be cleaned but the parameters will remain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - I tend to use this in the "post-regeneration" relations to avoid erasing the existing relations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atached is a example mapey that imports a text file called parameters.txt unto relations editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 21:19:36 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80977#M2458</guid>
      <dc:creator>Jose_Costa</dc:creator>
      <dc:date>2015-05-01T21:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80978#M2459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will, as you hinted at in your notes, not simply add these relations, but will replace your existing relations with the imported ones. It's a handy method if your relations are empty, but not real useful if you have relations in your part already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have default relations in both the Initial and Post Regeneration sections in our start parts, so we cannot sue this method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 12:56:34 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80978#M2459</guid>
      <dc:creator>dgschaefer</dc:creator>
      <dc:date>2015-05-04T12:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80979#M2460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try a mapkey that saved the current relations to a file, import the 'parameters.txt,' do the delete-all, then re-import the original relations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 15:57:23 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80979#M2460</guid>
      <dc:creator>dschenken</dc:creator>
      <dc:date>2015-05-04T15:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80980#M2461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creating parameters in the model&lt;/P&gt;&lt;P&gt;1. Go to Tools/ Program&lt;/P&gt;&lt;P&gt;2. Click on Edit Design&lt;/P&gt;&lt;P&gt;3. A txt-file will open. Parameters can be added as follows (yellow highlighted box):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.ptc.com/legacyfs/online/87857_Capture.JPG" style="width: 620px; height: 472px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Save the file after the changes and exit it&lt;/P&gt;&lt;P&gt;5. Answer the question if you want to incorporate the changes into your model with YES&lt;/P&gt;&lt;P&gt;6. Click on Done/Return&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Updating parameters in the model&lt;/P&gt;&lt;P&gt;1. Click on the normal Regenerate button in Standard mode&lt;/P&gt;&lt;P&gt;2. ProE will ask you how you would like to continue&lt;/P&gt;&lt;P&gt; a. Click on Current Vals if you want to continue with the current values in the parameter set&lt;/P&gt;&lt;P&gt; b. Click on Enter if you would like to change the values manually&lt;/P&gt;&lt;P&gt; c. Click on Read File to read a new txt-file with new parameter values&lt;/P&gt;&lt;P&gt;3. If you clicked on Read File you have to paste the path of the txt-file into the empty box Tip: holding SHIFT and right click on txt-file will enable a new option in order to directly copy the file path&lt;/P&gt;&lt;P&gt;4. Make sure that the directory does not include quotation marks&lt;/P&gt;&lt;P&gt;5. Click Accept&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 16:20:01 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80980#M2461</guid>
      <dc:creator>kklinger-2</dc:creator>
      <dc:date>2015-05-04T16:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80981#M2462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thread makes me think that there is room for improvement in the OOTB UI. Why can't one use a text file or spread sheet to load parameter values in the parameter dialog? Instead this thread suggests many work a rounds for something that has a valid use case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 12:26:41 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80981#M2462</guid>
      <dc:creator>klozier</dc:creator>
      <dc:date>2015-05-05T12:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80982#M2463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because there are millions of valid use cases. If the activity can be done with existing approaches there is little value in making the software more complex to make an infrequent task simpler. More complex = not writing new features, longer compiles, more code review, more test cases, more input validation requirements, more regression testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most places will set up template files to have all their desired settings so there is no need to bulk-load parameters. Even with bulk loading someone will still have to go one-by-one to change the values of the parameters. Usually this process is done with a mapkey that adds each parameter and then prompts the user for the appropriate value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 13:01:24 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80982#M2463</guid>
      <dc:creator>dschenken</dc:creator>
      <dc:date>2015-05-05T13:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80983#M2464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, this can be automated editing a mapkey, the problem I found was to know if some of the parameters already existed in the model. This would require "modify" instead of "create", so I decided to first delete it and then create it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the mapkey:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;mapkey LP @MAPKEY_NAMEload parameters;~ Command `ProCmdMmParams` &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;mapkey(continued) #DELETE;#&lt;SPAN style="color: #ff0000;"&gt;PARAMETER1&lt;/SPAN&gt;;#DONE;#CREATE;#&lt;SPAN style="color: #ff0000;"&gt;STRING&lt;/SPAN&gt;;&lt;SPAN style="color: #ff0000;"&gt;PARAMETER1&lt;/SPAN&gt;;&lt;SPAN style="color: #ff0000;"&gt;VALUE1&lt;/SPAN&gt;&lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;mapkey(continued) #DELETE;#&lt;SPAN style="color: #ff0000;"&gt;PARAMETER2&lt;/SPAN&gt;;#DONE;#CREATE;#&lt;SPAN style="color: #ff0000;"&gt;STRING&lt;/SPAN&gt;;&lt;SPAN style="color: #ff0000;"&gt;PARAMETER2&lt;/SPAN&gt;;&lt;SPAN style="color: #ff0000;"&gt;VALUE2&lt;/SPAN&gt;&lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;mapkey(continued) #DELETE;#&lt;SPAN style="color: #ff0000;"&gt;PARAMETER3&lt;/SPAN&gt;;#DONE;#CREATE;#&lt;SPAN style="color: #ff0000;"&gt;STRING&lt;/SPAN&gt;;&lt;SPAN style="color: #ff0000;"&gt;PARAMETER3&lt;/SPAN&gt;;&lt;SPAN style="color: #ff0000;"&gt;VALUE3&lt;/SPAN&gt;&lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;mapkey(continued) #DELETE;#&lt;SPAN style="color: #ff0000;"&gt;PARAMETER4&lt;/SPAN&gt;;#DONE;#CREATE;#&lt;SPAN style="color: #ff0000;"&gt;STRING&lt;/SPAN&gt;;&lt;SPAN style="color: #ff0000;"&gt;PARAMETER4&lt;/SPAN&gt;;&lt;SPAN style="color: #ff0000;"&gt;VALUE4&lt;/SPAN&gt;&lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;mapkey(continued) #DONE/RETURN;#DONE/RETURN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just edit the text to your own values, keep the first and last line unchanged. It's in red what you should change.&lt;/P&gt;&lt;P&gt;Save it in config.pro and reload it and you are ready to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This macro only works if you add the following option to your config.pro like &lt;A href="https://community.ptc.com/u1/47386"&gt;MartinHanak&lt;/A&gt; suggested:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;new_parameter_ui no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use the text from atached file not the text from post, when I paste the mapkeys here smileys appear everywhere...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 20:30:37 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80983#M2464</guid>
      <dc:creator>Jose_Costa</dc:creator>
      <dc:date>2015-05-05T20:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80984#M2465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jose,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;If you delete the parameter and then recreate it, don’t you have&lt;BR /&gt;to define the property type before you input the value?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;John&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 21:16:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80984#M2465</guid>
      <dc:creator>jhengel-2</dc:creator>
      <dc:date>2015-05-05T21:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80985#M2466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are correct,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where it says "#&lt;SPAN style="color: #ff0000;"&gt;STRING" &lt;SPAN style="color: #000000;"&gt;replace with the correct type, options:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;#INTEGER; &lt;/P&gt;&lt;P&gt;#REAL NUMBER;&lt;/P&gt;&lt;P&gt;#STRING;&lt;/P&gt;&lt;P&gt;#YES NO;&lt;/P&gt;&lt;P&gt;#NOTE;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Jose&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 21:34:46 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80985#M2466</guid>
      <dc:creator>Jose_Costa</dc:creator>
      <dc:date>2015-05-05T21:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80986#M2467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about all the damn faces in the my reply. I don't know how to get rid of them. Anyone knows how I'd be grateful.&lt;BR /&gt;==========&lt;/P&gt;&lt;P&gt;One of our groups has a toolkit app to do this but I think as others have said it’s easy enough to do with mapkeys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First thing I would do is have a config file that contains a mapkey for modifying the parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be someplace in the users area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mapkey in the system config would look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapkey .rupm @MAPKEY_NAMERun User Parameter Mapkey;&lt;/P&gt;&lt;P&gt;@MAPKEY_LABLERun User Parameter Mapkey; %.&lt;SPAN style="background: lime;"&gt;lupc&lt;/SPAN&gt;; %.&lt;SPAN style="background: fuchsia;"&gt;mpl&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first mapkey it’s calling will load the users config containing their mapkey. That config should reside someplace in the users area so they can easily edit it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This first mapkey .rupm calls exists in the system config. The path shown in this mapkey should change to the users area.&lt;/P&gt;&lt;P&gt;mapkey &lt;SPAN style="background: lime;"&gt;.lupc&lt;/SPAN&gt;&lt;BR /&gt;@MAPKEY_NAMELoad User Parameter Config;\&lt;/P&gt;&lt;P&gt;@MAPKEY_LABELSLoad Param Config;\&lt;/P&gt;&lt;P&gt;~ Command `ProCmdRibbonOptionsDlg` &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;~ Select `ribbon_options_dialog` `PageSwitcherPageList` 1&lt;BR /&gt;`ConfigLayout`;\&lt;/P&gt;&lt;P&gt;~ Activate `ribbon_options_dialog` `ConfigLayout.Open`;\&lt;/P&gt;&lt;P&gt;~ Update `file_open` `Inputname`\&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: yellow;"&gt;`P:\\lib_common\\mapkey_configs\\mod_u_parm.pro`;\&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;~ Command `ProFileSelPushOpen@context_dlg_open_cmd` &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;~ Activate `ribbon_options_dialog` `OkPshBtn`;\&lt;/P&gt;&lt;P&gt;~ FocusIn `UITools Msg Dialog Future` `no`;\&lt;/P&gt;&lt;P&gt;~ Activate `UITools Msg Dialog Future` `no`;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After loading the config the mapkey above would call the&lt;BR /&gt;name of the mapkey that was just loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which looks something like this: The user would edit this&lt;BR /&gt;where the hi-lited dashes are for what they want the parameters modified to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mapkey .mpl @MAPKEY_NAMEModify Parameter List;\&lt;/P&gt;&lt;P&gt;@MAPKEY_LABELModify Parameter List;\&lt;/P&gt;&lt;P&gt;%&lt;SPAN style="background: aqua;"&gt;ou&lt;/SPAN&gt;;~&lt;BR /&gt;Activate `main_dlg_cur` `page_Tools_control_btn` 1;\&lt;/P&gt;&lt;P&gt;~ Command `ProCmdMmParams` &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;#MODIFY;#CONFIRM;#DRAWN;&lt;SPAN style="background: yellow;"&gt;-&lt;/SPAN&gt;&lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;#MODIFY;#CONFIRM;#DESIGNED;&lt;SPAN style="background: yellow;"&gt;-&lt;/SPAN&gt;&lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;#MODIFY;#CONFIRM;#CHECKED;&lt;SPAN style="background: yellow;"&gt;-&lt;/SPAN&gt;&lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;#MODIFY;#CONFIRM;#APPROVED;&lt;SPAN style="background: yellow;"&gt;-&lt;/SPAN&gt;&lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;#DONE SEL;#DONE/RETURN;#DONE/RETURN;%&lt;SPAN style="background: silver;"&gt;nu&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take note that this mapkey calls two other mapkeys. These&lt;BR /&gt;load a config that changes the parameter UI to the old style, makes the changes,&lt;BR /&gt;and then load a config that sets the UI back to the new style.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!=========================================================&lt;/P&gt;&lt;P&gt;!== Load Parameter/Relations UI config files&lt;/P&gt;&lt;P&gt;!=========================================================&lt;/P&gt;&lt;P&gt;mapkey &lt;SPAN style="background: aqua;"&gt;ou&lt;/SPAN&gt;&lt;BR /&gt;@MAPKEY_NAMELoad Old Parameter/Relation UI;@MAPKEY_LABELOld UI;\&lt;/P&gt;&lt;P&gt;~ Command `ProCmdRibbonOptionsDlg` &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;~ Select `ribbon_options_dialog` `PageSwitcherPageList` 1`ConfigLayout`;\&lt;/P&gt;&lt;P&gt;~ Activate `ribbon_options_dialog` `ConfigLayout.Open`;\&lt;/P&gt;&lt;P&gt;~ Update `file_open` `Inputname`\&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: yellow;"&gt;`P:\\lib_common\\mapkey_configs\\new_ui_no.pro`&lt;/SPAN&gt;&lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;~ Command `ProFileSelPushOpen@context_dlg_open_cmd` &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;~ Activate `ribbon_options_dialog` `OkPshBtn`;\&lt;/P&gt;&lt;P&gt;~ FocusIn `UITools Msg Dialog Future` `no`;\&lt;/P&gt;&lt;P&gt;~ Activate `UITools Msg Dialog Future` `no`;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mapkey &lt;SPAN style="background: silver;"&gt;nu&lt;/SPAN&gt;&lt;BR /&gt;@MAPKEY_NAMELoad New Parameter/Relation UI;@MAPKEY_LABELNew UI;\&lt;/P&gt;&lt;P&gt;~ Command `ProCmdRibbonOptionsDlg` &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;~ Select `ribbon_options_dialog` `PageSwitcherPageList` 1`ConfigLayout`;\&lt;/P&gt;&lt;P&gt;~ Activate `ribbon_options_dialog` `ConfigLayout.Open`;\&lt;/P&gt;&lt;P&gt;~ Update `file_open` `Inputname`\&lt;/P&gt;&lt;P&gt;`&lt;SPAN style="background: yellow;"&gt;P:\\lib_common\\mapkey_configs\\new_ui_yes.pro`&lt;/SPAN&gt;&lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;~ Command `ProFileSelPushOpen@context_dlg_open_cmd` &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;~ Activate `ribbon_options_dialog` `OkPshBtn`;\&lt;/P&gt;&lt;P&gt;~ FocusIn `UITools Msg Dialog Future` `no`;\&lt;/P&gt;&lt;P&gt;~ Activate `UITools Msg Dialog Future` `no`;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could do the same for Adding, deleting, or designating&lt;BR /&gt;parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mapkey .aup @MAPKEY_NAMEAdd User Parameter;@MAPKEY_LABELAdd User Parameters;\&lt;/P&gt;&lt;P&gt;%&lt;SPAN style="background: aqua;"&gt;ou&lt;/SPAN&gt;;~&lt;BR /&gt;Activate `main_dlg_cur` `page_Tools_control_btn` 1;\&lt;/P&gt;&lt;P&gt;~ Command `ProCmdMmParams` &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;#CREATE;#CONFIRM;#STRING;DESIGNED;-;\&lt;/P&gt;&lt;P&gt;#CREATE;#CONFIRM;#STRING;MATERIAL;-;\&lt;/P&gt;&lt;P&gt;#CREATE;#CONFIRM;#STRING;PART_NO;-;\&lt;/P&gt;&lt;P&gt;#DONE SEL;#DONE/RETURN;#DONE/RETURN;%&lt;SPAN style="background: silver;"&gt;nu&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mapkey .del @MAPKEY_NAMEDelete NWC Parameters;\&lt;/P&gt;&lt;P&gt;@MAPKEY_LABELDelete NWC Parameters;%&lt;SPAN style="background: aqua;"&gt;ou&lt;/SPAN&gt;&lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;~ Activate `main_dlg_cur` `page_Tools_control_btn` 1;\&lt;/P&gt;&lt;P&gt;~ Command `ProCmdMmParams` &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;#DELETE;\&lt;/P&gt;&lt;P&gt;#DESIGNED;\&lt;/P&gt;&lt;P&gt;#MATERIAL;\&lt;/P&gt;&lt;P&gt;#PART_NO;\&lt;/P&gt;&lt;P&gt;#DONE SEL;#DONE/RETURN;#DONE/RETURN;%&lt;SPAN style="background: silver;"&gt;nu&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mapkey .dsgnt @MAPKEY_NAMEDesignate Parameters;\&lt;/P&gt;&lt;P&gt;@MAPKEY_LABELDesignate Parameters;%&lt;SPAN style="background: aqua;"&gt;ou&lt;/SPAN&gt;&lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;~ Activate `main_dlg_cur` `page_Tools_control_btn` 1;\&lt;/P&gt;&lt;P&gt;~ Command `ProCmdMmParams` &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;#DESIGNATE;#PARAMETERS;\&lt;/P&gt;&lt;P&gt;#DESIGNED;\&lt;/P&gt;&lt;P&gt;#MATERIAL;\&lt;/P&gt;&lt;P&gt;#PART_NO;\&lt;/P&gt;&lt;P&gt;#DONE SEL;#DONE/RETURN;#DONE/RETURN;%&lt;SPAN style="background: silver;"&gt;nu&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 01:17:41 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80986#M2467</guid>
      <dc:creator>davehaigh</dc:creator>
      <dc:date>2015-05-06T01:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80987#M2468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to insert code (e.g. mapkey, ...) in a post, you should click &lt;STRONG&gt;Use Advanced Editor&lt;/STRONG&gt;, then click on the '&lt;STRONG style="color: #3366ff;"&gt;&amp;gt;&amp;gt;&lt;/STRONG&gt;' icon and use the appropriate &lt;STRONG&gt;Syntax Highlighting&lt;/STRONG&gt;. For mapkeys, I have used the Plain option. Using this option will avoid the emoticon substitutions and it will nicely format your code with line numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14309161434934459" jivemacro_uid="_14309161434934459"&gt;
&lt;P&gt;mapkey dl @MAPKEY_LABELDimension Layer;~ Command `ProCmdLayer_NewLay` ;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Input `newlayerprops` `LayerNameInput` `d`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Input `newlayerprops` `LayerNameInput` `di`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Input `newlayerprops` `LayerNameInput` `dim`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Update `newlayerprops` `LayerNameInput` `dim`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Select `newlayerprops` `PropTab` 1 `RulesDefsettingsLay`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ FocusOut `newlayerprops` `LayerNameInput`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Activate `newlayerprops` `EditRulesBtn`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Open `selspecdlg0` `SelOptionRadio`;~ Close `selspecdlg0` `SelOptionRadio`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Select `selspecdlg0` `SelOptionRadio` 1 `Dimension`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Open `selspecdlg0` `LookByOptionMenu`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Close `selspecdlg0` `LookByOptionMenu`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Select `selspecdlg0` `LookByOptionMenu` 1 `Dimension`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Activate `selspecdlg0` `AddRuleBtn`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Activate `selspecdlg0` `SelectButton`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Select `newlayerprops` `RuleOptionsCasc`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Close `newlayerprops` `RuleOptionsCasc`;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Activate `newlayerprops` `AssocRulesChk` 1;\&lt;/P&gt;
&lt;P&gt;mapkey(continued) ~ Activate `newlayerprops` `OkBtn`;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 12:43:18 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80987#M2468</guid>
      <dc:creator>MarkBohannon</dc:creator>
      <dc:date>2015-05-06T12:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80988#M2469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just testing....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14309448226987219 jive_text_macro" jivemacro_uid="_14309448226987219" modifiedtitle="true"&gt;
&lt;P&gt;mapkey LP @MAPKEY_NAMEload parameters;~ Command `ProCmdMmParams` ;\ &lt;/P&gt;
&lt;P&gt;mapkey(continued) #DELETE;#PARAMETER1;#DONE;#CREATE;#STRING;PARAMETER1;VALUE1;\ &lt;/P&gt;
&lt;P&gt;mapkey(continued) #DELETE;#PARAMETER2;#DONE;#CREATE;#STRING;PARAMETER2;VALUE2;\ &lt;/P&gt;
&lt;P&gt;mapkey(continued) #DELETE;#PARAMETER3;#DONE;#CREATE;#STRING;PARAMETER3;VALUE3;\ &lt;/P&gt;
&lt;P&gt;mapkey(continued) #DELETE;#PARAMETER4;#DONE;#CREATE;#STRING;PARAMETER4;VALUE4;\ &lt;/P&gt;
&lt;P&gt;mapkey(continued) #DONE/RETURN;#DONE/RETURN;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works &lt;IMG src="https://community.ptc.com/legacyfs/online/emoticons/happy.png" /&gt; thanks Mark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 20:41:41 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80988#M2469</guid>
      <dc:creator>Jose_Costa</dc:creator>
      <dc:date>2015-05-06T20:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ways to populate parameters automatically through a text file.</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80989#M2470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was running into the same thing. I'd rather shut off emoticons, but the advance editor will work. I think the advanced editor isn't available from the Stream view though. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 05:02:13 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Ways-to-populate-parameters-automatically-through-a-text-file/m-p/80989#M2470</guid>
      <dc:creator>dschenken</dc:creator>
      <dc:date>2015-05-07T05:02:13Z</dc:date>
    </item>
  </channel>
</rss>

