<?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 Adding getproperties for 100+ things in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-getproperties-for-100-things/m-p/524051#M18591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are trying to building a mashup which display dashboard of 100+ different thing properties which is created using different templates. Could you suggest right way to render dynamic data from 100+ things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we know that to get dynamic data from a thing we need to add getproperties of specific thing through dynamic thing template in design time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what about 100+ different things with different templates, how to solve that problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2016 13:28:33 GMT</pubDate>
    <dc:creator>pyekula</dc:creator>
    <dc:date>2016-08-31T13:28:33Z</dc:date>
    <item>
      <title>Adding getproperties for 100+ things</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-getproperties-for-100-things/m-p/524051#M18591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are trying to building a mashup which display dashboard of 100+ different thing properties which is created using different templates. Could you suggest right way to render dynamic data from 100+ things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we know that to get dynamic data from a thing we need to add getproperties of specific thing through dynamic thing template in design time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what about 100+ different things with different templates, how to solve that problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 13:28:33 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-getproperties-for-100-things/m-p/524051#M18591</guid>
      <dc:creator>pyekula</dc:creator>
      <dc:date>2016-08-31T13:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding getproperties for 100+ things</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-getproperties-for-100-things/m-p/524052#M18592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, May be you can use GetImplementedThingsWithData of base templates like GenericThing or RemoteThing etc. That way you will have minimal coding / Binding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 09:48:03 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-getproperties-for-100-things/m-p/524052#M18592</guid>
      <dc:creator>sreddy-41</dc:creator>
      <dc:date>2016-09-01T09:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adding getproperties for 100+ things</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-getproperties-for-100-things/m-p/524053#M18593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4f; font-family: 'Source Sans Pro', sans-serif; font-size: 13px;"&gt;GetImplementedThingsWithData service gives me static data, I need dynamic data pushed from thingworx, just like when you use getproperties with Automatically update when able is checked in thingworx 7.2 for 100+ things. Check &lt;A href="https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS243895&amp;amp;art_lang=en&amp;amp;posno=1&amp;amp;q=getproperties&amp;amp;source=search" title="https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS243895&amp;amp;art_lang=en&amp;amp;posno=1&amp;amp;q=getproperties&amp;amp;source=search"&gt;https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS243895&amp;amp;art_lang=en&amp;amp;posno=1&amp;amp;q=getproperties&amp;amp;source=search&lt;/A&gt;&lt;/SPAN&gt; for reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 10:17:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-getproperties-for-100-things/m-p/524053#M18593</guid>
      <dc:creator>pyekula</dc:creator>
      <dc:date>2016-09-01T10:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding getproperties for 100+ things</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-getproperties-for-100-things/m-p/524054#M18594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GetProperties is designed to only serve up the properties implemented in whatever Thing/ThingTemplate you work against, so if you use GetProperties dynamically against GenericThing, you won't see any properties in the mashup builder.&amp;nbsp; What you have to do is use GetProperties against each of the templates that the things may potentially implement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This design seems a bit questionable however.&amp;nbsp; Are these properties supposed to exist across all of the Things?&amp;nbsp; You may want to define a Thing Template or Thing Shape higher up in the hierarchy that defines the properties you're interested in and have your mashup work against that template/shape only.&amp;nbsp; Working against multiple templates suggests that you're going to run into even more complications in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 15:55:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-getproperties-for-100-things/m-p/524054#M18594</guid>
      <dc:creator>JesseR.Docken</dc:creator>
      <dc:date>2016-09-19T15:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding getproperties for 100+ things</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-getproperties-for-100-things/m-p/524055#M18595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jesse,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4f; font-family: 'Source Sans Pro', sans-serif; font-size: 13px;"&gt;We are not sure at design time how many Dynamic thing templates are required. Each thing template having different properties from others, so having one template will not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4f; font-family: 'Source Sans Pro', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4f; font-family: 'Source Sans Pro', sans-serif; font-size: 13px;"&gt;Questions: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4f; font-family: 'Source Sans Pro', sans-serif; font-size: 13px;"&gt;1. Is it possible add dynamic thing templates to mashup dynamically.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4f; font-family: 'Source Sans Pro', sans-serif; font-size: 13px;"&gt;2. Is it possible map those thing template properties to custom widget dynamically.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4f; font-family: 'Source Sans Pro', sans-serif; font-size: 13px;"&gt;3. Is it possible add or change or remove properties of custom widget dynamically instead of defining them and mapping them to thing template at design time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4f; font-family: 'Source Sans Pro', sans-serif; font-size: 13px;"&gt;4. Is it possible create a thing template dynamically through services.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4f; font-family: 'Source Sans Pro', sans-serif; font-size: 13px;"&gt;5. If above is not possible right now, then when we can expect that as a patch or version release.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4f; font-family: 'Source Sans Pro', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4f; font-family: 'Source Sans Pro', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4f; font-family: 'Source Sans Pro', sans-serif; font-size: 13px;"&gt;Penchalaiah&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 12:58:37 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-getproperties-for-100-things/m-p/524055#M18595</guid>
      <dc:creator>pyekula</dc:creator>
      <dc:date>2016-09-20T12:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding getproperties for 100+ things</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-getproperties-for-100-things/m-p/524056#M18596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're generating these thing templates dynamically?&amp;nbsp; Do these thing templates all inherit from a base template that defines some common properties, or are they all pretty distinct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Honestly, it sounds like what you really want to do here is call the GetPropertyValues service on the Thing and bind that to a Grid or Property widget.&amp;nbsp; That should let you see all of the properties and inspect them as needed.&amp;nbsp; You won't be able to bind them to some of the other widgets, though, unless you have those properties exposed in a common template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to request an enhancement, you should contact Customer Support and describe to them your use case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 17:13:06 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Adding-getproperties-for-100-things/m-p/524056#M18596</guid>
      <dc:creator>JesseR.Docken</dc:creator>
      <dc:date>2017-01-26T17:13:06Z</dc:date>
    </item>
  </channel>
</rss>

