<?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: Debugging Message Action processing through the Framework in Experience Builder Custom Widgets</title>
    <link>https://community.esri.com/t5/experience-builder-custom-widgets/debugging-message-action-processing-through-the/m-p/1352418#M141</link>
    <description>&lt;P&gt;Hey Fred,&lt;/P&gt;&lt;P&gt;Yes, already tried the logging to the console but only get as far as logging the published message (DataRecordsSelectionChange or DataRecordSetChange), can't see what the framework does beyond that.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2023 07:02:37 GMT</pubDate>
    <dc:creator>MarkJTurnbull</dc:creator>
    <dc:date>2023-11-22T07:02:37Z</dc:date>
    <item>
      <title>Debugging Message Action processing through the Framework</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/debugging-message-action-processing-through-the/m-p/1352400#M138</link>
      <description>&lt;P&gt;Hey ExB custom widget developers.&lt;/P&gt;&lt;P&gt;I was wondering if there is some way to debug message actions being processed through the Framework?&lt;/P&gt;&lt;P&gt;I am building a custom action that selects features in another layer via database relationships, which I have working, however I need this selection to trigger a filter on some associated dataviews (these dataviews have a pre-defined filter on the selection datasource). This part of the process is not working. I have debug in the action code to indicate that the message is being published with a valid selection set but I can't see why the framework is failing to filter the dataviews.&lt;/P&gt;&lt;P&gt;Any suggestions on how to further debug this process?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 03:30:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/debugging-message-action-processing-through-the/m-p/1352400#M138</guid>
      <dc:creator>MarkJTurnbull</dc:creator>
      <dc:date>2023-11-22T03:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Message Action processing through the Framework</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/debugging-message-action-processing-through-the/m-p/1352402#M139</link>
      <description>&lt;P&gt;&lt;SPAN&gt;As far as I know, Experience Builder does not have a built-in debugging feature specifically for custom widgets or message actions. However, developers typically use browser developer tools to debug JavaScript code in web applications.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;-&amp;nbsp;Browser Developer Tools&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- console.log()&lt;BR /&gt;.. but I am guessing you already tried that.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 03:46:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/debugging-message-action-processing-through-the/m-p/1352402#M139</guid>
      <dc:creator>FredericPoliart_EsriAU</dc:creator>
      <dc:date>2023-11-22T03:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Message Action processing through the Framework</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/debugging-message-action-processing-through-the/m-p/1352403#M140</link>
      <description>&lt;P&gt;Alternatively,&amp;nbsp; create a custom widget called "logger" that listens to all actions and events , and dumps to console.log() ..&amp;nbsp; like a spy_widget&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-experience-builder-questions/bd-p/arcgis-experience-builder-questions" target="_blank"&gt;https://community.esri.com/t5/arcgis-experience-builder-questions/bd-p/arcgis-experience-builder-questions&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 06:33:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/debugging-message-action-processing-through-the/m-p/1352403#M140</guid>
      <dc:creator>FredericPoliart_EsriAU</dc:creator>
      <dc:date>2023-11-22T06:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Message Action processing through the Framework</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/debugging-message-action-processing-through-the/m-p/1352418#M141</link>
      <description>&lt;P&gt;Hey Fred,&lt;/P&gt;&lt;P&gt;Yes, already tried the logging to the console but only get as far as logging the published message (DataRecordsSelectionChange or DataRecordSetChange), can't see what the framework does beyond that.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 07:02:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/debugging-message-action-processing-through-the/m-p/1352418#M141</guid>
      <dc:creator>MarkJTurnbull</dc:creator>
      <dc:date>2023-11-22T07:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Message Action processing through the Framework</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/debugging-message-action-processing-through-the/m-p/1352419#M142</link>
      <description>&lt;P&gt;Hey again Fred,&lt;/P&gt;&lt;P&gt;The problem with creating custom spy action is that it takes the functionality away from the framework, so I don't believe that will work.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 07:09:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/debugging-message-action-processing-through-the/m-p/1352419#M142</guid>
      <dc:creator>MarkJTurnbull</dc:creator>
      <dc:date>2023-11-22T07:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging Message Action processing through the Framework</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/debugging-message-action-processing-through-the/m-p/1352488#M143</link>
      <description>&lt;P&gt;Have you tried the React Developer Tools add-on? It adds some extra panels to your browser console allowing you to directly inspect props and state.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JeffreyThompson2_0-1700661288184.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/86849i2F3AD1C708CCCFD0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JeffreyThompson2_0-1700661288184.png" alt="JeffreyThompson2_0-1700661288184.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 13:55:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/debugging-message-action-processing-through-the/m-p/1352488#M143</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2023-11-22T13:55:02Z</dc:date>
    </item>
  </channel>
</rss>

