<?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: Refresh Mashup From Event in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Refresh-Mashup-From-Event/m-p/693014#M48470</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/309442"&gt;@Toshihiko&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the requirement is to refresh the grid with the data change of property from a thing then,&lt;/P&gt;
&lt;P&gt;Open the 'GetProperties' service in the data window (dynamically if templates/shapes) and select/tick the boolean property 'Automatically update when able' at the DataProperties tab below the data window after selecting the 'GetProperties' service.Then create a mashup parameter to hold the value of your property from the thing. Now bind the property from the output of the service GetProperties to the mashup parameter and then bind the mashup parameter changed event to the service which is returning infotable/output to your grid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This should bring in the data change of your property to refresh the grid&lt;/P&gt;
&lt;P&gt;I have attached few screenshots related to the bindings that can help if required :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GetProperties - showing where the boolean property ca be found&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TestPropertyBinding - binding between the mashup and the GetProperties service&lt;/P&gt;
&lt;P&gt;TestBinding - binding to and from the mashup&lt;/P&gt;</description>
    <pubDate>Thu, 15 Oct 2020 10:26:16 GMT</pubDate>
    <dc:creator>SrijithKrish</dc:creator>
    <dc:date>2020-10-15T10:26:16Z</dc:date>
    <item>
      <title>Refresh Mashup From Event</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Refresh-Mashup-From-Event/m-p/692709#M48439</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a mashup which shows infotable on grid. The infotable is generated as service output.&lt;/P&gt;
&lt;P&gt;I want to refresh the grid when source of information (property of a thing) is changed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How I can refresh the grid on the mashup by AnyDataChange event of the thing?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 12:29:38 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Refresh-Mashup-From-Event/m-p/692709#M48439</guid>
      <dc:creator>Toshihiko</dc:creator>
      <dc:date>2020-10-14T12:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh Mashup From Event</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Refresh-Mashup-From-Event/m-p/692727#M48440</link>
      <description>&lt;P&gt;Hello &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/309442"&gt;@Toshihiko&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried using the Auto Refresh widget and bind the Refresh event to the service that populates the Grid. Time interval can be adjusted to your needs (default is 30 seconds)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 12:30:04 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Refresh-Mashup-From-Event/m-p/692727#M48440</guid>
      <dc:creator>Ciprian-Traian</dc:creator>
      <dc:date>2020-10-14T12:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh Mashup From Event</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Refresh-Mashup-From-Event/m-p/693010#M48469</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/309442"&gt;@Toshihiko&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the the requirement is that, change in a property value should refresh the grid then :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess u can try to use the 'GetProperties' (dynamically for templates/shapes) service and tick the 'Automatically update values when able' boolean property present at the DataProperties tab below the data window after selecting the GetProperties service. Create a mashup parameter which takes in this particular property value from the GetProperties service and then bind the mashup parameter changed trigger to the service that is to be invoked (the service which brings the output to the grid).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This implementation should bring in the required effect similar to the data change of property of a thing.&lt;/P&gt;
&lt;P&gt;I have attached the screenshot of the bindings as well as where the 'Automatically update values when able' boolean property is available from the TEST that I have done.&lt;/P&gt;
&lt;P&gt;Screenshots attached :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TestBinding - Binding from mashup and to mashup&lt;/P&gt;
&lt;P&gt;TestPropertyBinding - Binding to the GetProperties service and from the service&lt;/P&gt;
&lt;P&gt;GetProperties - where to tick the boolean property&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 10:12:37 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Refresh-Mashup-From-Event/m-p/693010#M48469</guid>
      <dc:creator>SrijithKrish</dc:creator>
      <dc:date>2020-10-15T10:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh Mashup From Event</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Refresh-Mashup-From-Event/m-p/693014#M48470</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/309442"&gt;@Toshihiko&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the requirement is to refresh the grid with the data change of property from a thing then,&lt;/P&gt;
&lt;P&gt;Open the 'GetProperties' service in the data window (dynamically if templates/shapes) and select/tick the boolean property 'Automatically update when able' at the DataProperties tab below the data window after selecting the 'GetProperties' service.Then create a mashup parameter to hold the value of your property from the thing. Now bind the property from the output of the service GetProperties to the mashup parameter and then bind the mashup parameter changed event to the service which is returning infotable/output to your grid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This should bring in the data change of your property to refresh the grid&lt;/P&gt;
&lt;P&gt;I have attached few screenshots related to the bindings that can help if required :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GetProperties - showing where the boolean property ca be found&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TestPropertyBinding - binding between the mashup and the GetProperties service&lt;/P&gt;
&lt;P&gt;TestBinding - binding to and from the mashup&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 10:26:16 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Refresh-Mashup-From-Event/m-p/693014#M48470</guid>
      <dc:creator>SrijithKrish</dc:creator>
      <dc:date>2020-10-15T10:26:16Z</dc:date>
    </item>
  </channel>
</rss>

