<?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: Adding new column field to infotable property of a thing in thingworx. in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-new-column-field-to-infotable-property-of-a-thing-in/m-p/991062#M68733</link>
    <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/771263"&gt;@AV_10867476&lt;/a&gt;&lt;/SPAN&gt; ,&lt;BR /&gt;&lt;BR /&gt;It appears that some comment might answer your question.&amp;nbsp; For the benefit of other Community Members who may have the same question, it would be great if you could designate it as the Accepted Solution.&lt;BR /&gt;&lt;BR /&gt;In the event that this response did not answer your question, please post your current status so that we can continue to support.&lt;BR /&gt;&lt;BR /&gt;Thanks for using the PTC Community!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Wcui&lt;/P&gt;</description>
    <pubDate>Mon, 30 Dec 2024 05:30:41 GMT</pubDate>
    <dc:creator>wcui</dc:creator>
    <dc:date>2024-12-30T05:30:41Z</dc:date>
    <item>
      <title>Adding new column field to infotable property of a thing in thingworx.</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-new-column-field-to-infotable-property-of-a-thing-in/m-p/989327#M68655</link>
      <description>&lt;P&gt;I have a thing entity which has a set of properties, i want to add a new column to one of the thing properties which is a infotable. For example I have a property named "metatdata" which is a value collection which has a lot of other properties, i want to update one of these properties which is a infotable for example "Data1". This table has 2 columns "column1" and "column2", I want to add a new "column3" here and after that i need to update the values also for the new column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 08:18:53 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-new-column-field-to-infotable-property-of-a-thing-in/m-p/989327#M68655</guid>
      <dc:creator>AV_10867476</dc:creator>
      <dc:date>2024-12-17T08:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new column field to infotable property of a thing in thingworx.</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-new-column-field-to-infotable-property-of-a-thing-in/m-p/989461#M68662</link>
      <description>&lt;P&gt;I would recommend using a JSON property. This way you can update it to any structure without changing the design which may require a restart Thing.&lt;/P&gt;
&lt;P&gt;Just remember that when updating the property value (not sure if this still applies to current version) you first assign property value to a temporary variable, update that, and then assign it back to the property.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 14:45:06 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-new-column-field-to-infotable-property-of-a-thing-in/m-p/989461#M68662</guid>
      <dc:creator>PaiChung</dc:creator>
      <dc:date>2024-12-17T14:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new column field to infotable property of a thing in thingworx.</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-new-column-field-to-infotable-property-of-a-thing-in/m-p/990716#M68714</link>
      <description>&lt;P&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/771263"&gt;@AV_10867476&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is an article which gives sample code to add field to an existing infotable. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ptc.com/en/support/article/CS402961" target="_blank"&gt;https://www.ptc.com/en/support/article/CS402961&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Dec 2024 01:51:39 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-new-column-field-to-infotable-property-of-a-thing-in/m-p/990716#M68714</guid>
      <dc:creator>wcui</dc:creator>
      <dc:date>2024-12-25T01:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new column field to infotable property of a thing in thingworx.</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-new-column-field-to-infotable-property-of-a-thing-in/m-p/991062#M68733</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/771263"&gt;@AV_10867476&lt;/a&gt;&lt;/SPAN&gt; ,&lt;BR /&gt;&lt;BR /&gt;It appears that some comment might answer your question.&amp;nbsp; For the benefit of other Community Members who may have the same question, it would be great if you could designate it as the Accepted Solution.&lt;BR /&gt;&lt;BR /&gt;In the event that this response did not answer your question, please post your current status so that we can continue to support.&lt;BR /&gt;&lt;BR /&gt;Thanks for using the PTC Community!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Wcui&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 05:30:41 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-new-column-field-to-infotable-property-of-a-thing-in/m-p/991062#M68733</guid>
      <dc:creator>wcui</dc:creator>
      <dc:date>2024-12-30T05:30:41Z</dc:date>
    </item>
  </channel>
</rss>

