<?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: widget action sometimes does not trigger for supported features in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836698#M8836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as such:&lt;/P&gt;&lt;P&gt;_featureAction_TSRecords: "Pull Township Documents"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Aug 2017 18:01:52 GMT</pubDate>
    <dc:creator>StahlyEngineering</dc:creator>
    <dc:date>2017-08-07T18:01:52Z</dc:date>
    <item>
      <title>widget action sometimes does not trigger for supported features</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836690#M8828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created a custom widget that should execute&amp;nbsp;a feature action for a specific feature class, checked for by the display field name.&lt;/P&gt;&lt;P&gt;When the widget is first added to a web app, everything works well. However if the app is saved and reloaded the feature action does not come up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there specific locations where I should look for mismatched file names or something similar?&lt;/P&gt;&lt;P&gt;The browser (up to date Chrome) console does not report of any errors when attempting to add the widget to an app or selecting the target feature class.&lt;/P&gt;&lt;P&gt;(edit):&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Doing any changes to the feature action .js file, including&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;changing a comment or whitespace, saving the file and reloading the app allows the widget to work as intended until the app is reloaded again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 20:16:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836690#M8828</guid>
      <dc:creator>StahlyEngineering</dc:creator>
      <dc:date>2017-07-18T20:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: widget action sometimes does not trigger for supported features</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836691#M8829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stahly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;It sounds like you are doing some work postCreate that needs to be moved to the startup method instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 13:45:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836691#M8829</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-07-24T13:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: widget action sometimes does not trigger for supported features</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836692#M8830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The process that isn't happening is a feature action, I'm using neither postCreate nor startup. This widget is a modified version of another widget (the one parsing parcel ID's I asked about previously) that appears to work flawlessly. mismatched file and function names trigger actual errors, so I'm confident that isn't the case.&lt;/P&gt;&lt;P&gt;The symptom here, where the widget works after the feature action .js file is saved but only until the web app is loaded again, seem like a sort "versioning" issue where either our server that hosts the web app or something on ESRI's side ignores the feature action .js file unless it has some sort of "newly updated" flag.&lt;/P&gt;&lt;P&gt;I apologize for not being more specific as this behavior is not something I've seen before and do not know how to correctly identify it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've filed a case with tech support, and the representative went through the workflow with me via screen sharing and was equally baffled by this behavior.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 01:10:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836692#M8830</guid>
      <dc:creator>StahlyEngineering</dc:creator>
      <dc:date>2017-07-26T01:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: widget action sometimes does not trigger for supported features</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836693#M8831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stahly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;OK, it did not catch that initially. That is strange behavior you are describing. Do you see any errors in the console? Have you tried logging to the console in the&amp;nbsp;isFeatureSupported to see if it is getting called when you are not seeing the action available?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 12:51:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836693#M8831</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-07-26T12:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: widget action sometimes does not trigger for supported features</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836694#M8832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;isFeatureSupported is only getting called during the first load after save, not afterwards.&lt;/P&gt;&lt;P&gt;I am getting the following warning in the console referring to init.js:&lt;/P&gt;&lt;P&gt;Use of getAttributeNode() is deprecated. Use getAttribute() instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 15:29:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836694#M8832</guid>
      <dc:creator>StahlyEngineering</dc:creator>
      <dc:date>2017-07-27T15:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: widget action sometimes does not trigger for supported features</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836695#M8833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At is strange. I have not seen that issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 15:48:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836695#M8833</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-07-27T15:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: widget action sometimes does not trigger for supported features</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836696#M8834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="console error upon launching the web app after inserting the widget" class="image-1 jive-image j-img-original" src="/legacyfs/online/365974_widget load error.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I've rebuilt the widget using the barebones template rather than the fully built 'Demo' widget and incorporated the feature action.&lt;/P&gt;&lt;P&gt;The widget can be added to the app fine, and works during that instance as intended. However when loading the app again I get the above error and the app does not load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 17:03:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836696#M8834</guid>
      <dc:creator>StahlyEngineering</dc:creator>
      <dc:date>2017-08-07T17:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: widget action sometimes does not trigger for supported features</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836697#M8835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do you define the name/label of your feature action in your code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always put mine in the strings.js like this:&lt;/P&gt;&lt;P&gt;_featureAction_eShowStatistics: "Statistics...",&lt;/P&gt;&lt;P&gt;The first part _featureAction_ is important.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 17:54:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836697#M8835</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-08-07T17:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: widget action sometimes does not trigger for supported features</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836698#M8836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as such:&lt;/P&gt;&lt;P&gt;_featureAction_TSRecords: "Pull Township Documents"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 18:01:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836698#M8836</guid>
      <dc:creator>StahlyEngineering</dc:creator>
      <dc:date>2017-08-07T18:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: widget action sometimes does not trigger for supported features</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836699#M8837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange &amp;nbsp;normally when I see the en-US error it has to do with the feature action label not being found.&lt;/P&gt;&lt;P&gt;Is&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;TSRecords the name of your action js file?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 18:19:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836699#M8837</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-08-07T18:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: widget action sometimes does not trigger for supported features</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836700#M8838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the js file name is TSRecordsAction.&lt;/P&gt;&lt;P&gt;here's the relevant chunk of the manifest file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;},&lt;BR /&gt; "featureActions": [{&lt;BR /&gt; "name": "TSRecords",&lt;BR /&gt; "uri": "TSRecordsAction"&lt;BR /&gt; }]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 18:47:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836700#M8838</guid>
      <dc:creator>StahlyEngineering</dc:creator>
      <dc:date>2017-08-07T18:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: widget action sometimes does not trigger for supported features</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836701#M8839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try changing them to be identical.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 18:59:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836701#M8839</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-08-07T18:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: widget action sometimes does not trigger for supported features</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836702#M8840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've done so and that does not seem to make a difference&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 19:11:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836702#M8840</guid>
      <dc:creator>StahlyEngineering</dc:creator>
      <dc:date>2017-08-07T19:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: widget action sometimes does not trigger for supported features</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836703#M8841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does your&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;TSRecordsAction.js look like?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 19:44:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836703#M8841</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-08-07T19:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: widget action sometimes does not trigger for supported features</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836704#M8842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;define([&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;"dojo/_base/declare",&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;"jimu/BaseFeatureAction",&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;"jimu/WidgetManager",&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;"esri/tasks/FeatureSet"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;], &amp;nbsp;&amp;nbsp;&amp;nbsp;function(declare, BaseFeatureAction, WidgetManager, FeatureSet){&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;var stuff = declare(BaseFeatureAction, {&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;iconFormat: 'png',&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;isFeatureSupported: function(featureSet){&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return featureSet.displayFieldName == 'SRVNAME'; //test feature for action validity&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;onExecute: function(featureSet){&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;WidgetManager.getInstance().triggerWidgetOpen(this.widgetId)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.then(function(myWidget){&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; /*=========== WIDGET ACTION ===========*/&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var twnshp = featureSet.features[0].attributes.TWNSHPLAB;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var TS = twnshp[0] + twnshp[1];&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var RG = twnshp[4] + twnshp[5];&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;myWidget.TSRecordsAction(twnshp,TS,RG);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;});&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; });&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; return stuff;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;});&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 20:08:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836704#M8842</guid>
      <dc:creator>StahlyEngineering</dc:creator>
      <dc:date>2017-08-07T20:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: widget action sometimes does not trigger for supported features</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836705#M8843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stahly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I don't see anything wrong there. Not sure what to tell you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 20:48:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/widget-action-sometimes-does-not-trigger-for/m-p/836705#M8843</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-08-07T20:48:33Z</dc:date>
    </item>
  </channel>
</rss>

