<?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: Show webmap embedded popup on search result in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/show-webmap-embedded-popup-on-search-result/m-p/308894#M8206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;My second code snippet is to assign the actual layers popup to your search results layer. That is the best option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2019 17:44:18 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2019-06-25T17:44:18Z</dc:date>
    <item>
      <title>Show webmap embedded popup on search result</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/show-webmap-embedded-popup-on-search-result/m-p/308889#M8201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I put together a search widget, and I'm trying to get it to show the embedded webmap popup when I click my search result.&amp;nbsp; Robert's ESearch does this but I'm not seeing where it shows the embedded webmap popup that I already configured in the webmap using arcgis portal.&amp;nbsp; Any direction would be wonderful. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 13:51:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/show-webmap-embedded-popup-on-search-result/m-p/308889#M8201</guid>
      <dc:creator>DeanWilson</dc:creator>
      <dc:date>2019-06-25T13:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Show webmap embedded popup on search result</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/show-webmap-embedded-popup-on-search-result/m-p/308890#M8202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Is this a question for a WAB app of just a JS API app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 15:52:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/show-webmap-embedded-popup-on-search-result/m-p/308890#M8202</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-06-25T15:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Show webmap embedded popup on search result</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/show-webmap-embedded-popup-on-search-result/m-p/308891#M8203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I'm putting the code in a custom WAB app.&amp;nbsp; I can refilter the question under the WAB app if that helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 15:56:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/show-webmap-embedded-popup-on-search-result/m-p/308891#M8203</guid>
      <dc:creator>DeanWilson</dc:creator>
      <dc:date>2019-06-25T15:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Show webmap embedded popup on search result</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/show-webmap-embedded-popup-on-search-result/m-p/308892#M8204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I have moved this thread to the WAB space.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;I put together a search widget&lt;/BLOCKQUOTE&gt;&lt;OL&gt;&lt;LI&gt;Does this mean that it is a custom widget you developed that uses a Query Task and such?&lt;/LI&gt;&lt;LI&gt;Does it return the geometry for the searched results?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The easy way to programatically fire a map click event:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; currentMapCenter &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;map&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;extent&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;getCenter&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; scrPnt &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;map&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;toScreen&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;currentMapCenter&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;map&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;emit&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"click"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;mapPoint&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; currentMapCenter&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; screenPoint&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; scrPnt&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I do it in my eSearch is assign the web map layers popupTemplate to my search results infoTemplate property:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;array&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;forEach&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;operLayerInfos&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;getLayerInfoArray&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;layerInfo2&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
              &lt;SPAN class="comment token"&gt;//console.info(layerInfo2);&lt;/SPAN&gt;
              &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;layerInfo2&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;layerObject &lt;SPAN class="operator token"&gt;&amp;amp;&amp;amp;&lt;/SPAN&gt; layerInfo2&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;layerObject&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;url &lt;SPAN class="operator token"&gt;===&lt;/SPAN&gt; layerInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_origServiceURL &lt;SPAN class="operator token"&gt;||&lt;/SPAN&gt; layerInfo2&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;layerObject&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;url &lt;SPAN class="operator token"&gt;===&lt;/SPAN&gt; layerInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_origLayerURL&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                &lt;SPAN class="comment token"&gt;//console.info(layerInfo2);&lt;/SPAN&gt;
                &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;layerInfo2&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;controlPopupInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;hasOwnProperty&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"infoTemplates"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                  &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;layerInfo2&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;controlPopupInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;infoTemplates&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;layerInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;id&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                    &lt;SPAN class="comment token"&gt;//console.info(layerInfo2.controlPopupInfo.infoTemplates[layerInfo.id].infoTemplate);&lt;/SPAN&gt;
                    &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;layerInfo2&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;controlPopupInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;infoTemplates&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;layerInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;id&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;infoTemplate&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_fieldLabels&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                      _popupNeedFields &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;_addPopupFields&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;layerInfo2&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;controlPopupInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;infoTemplates&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;layerInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;id&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;infoTemplate&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_fieldLabels&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
                    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
                    _infoTemplate &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; layerInfo2&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;controlPopupInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;infoTemplates&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;layerInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;id&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;infoTemplate&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
                    _hasInfoTemplate &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;true&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
                  &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                    _hasInfoTemplate &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;false&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
                  &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
                &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                  &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;layerInfo2&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;controlPopupInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;infoTemplate&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_fieldLabels&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                    _popupNeedFields &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;_addPopupFields&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;layerInfo2&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;controlPopupInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;infoTemplate&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_fieldLabels&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
                  &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
                  _infoTemplate &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; layerInfo2&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;controlPopupInfo&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;infoTemplate&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
                  _hasInfoTemplate &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;true&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
                &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
              &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
            &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
resultLayer&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_hasInfoTemplate &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;true&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
resultLayer&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;infoTemplate &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; _infoTemplate&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:46:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/show-webmap-embedded-popup-on-search-result/m-p/308892#M8204</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T14:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Show webmap embedded popup on search result</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/show-webmap-embedded-popup-on-search-result/m-p/308893#M8205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Robert,&lt;/P&gt;&lt;P&gt;Thanks for moving the question for me. I appreciate that.. To answer your two questions:&lt;/P&gt;&lt;P&gt;1) Correct, custom widget using QueryTasks&lt;/P&gt;&lt;P&gt;2) Yes I have it returning the geometry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping not to have to finagle a map click to display the popup.&amp;nbsp; I figured there was a way to call a specific popup based on the search result (whether it is geometry or otherwise).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My reasoning for this is my custom search tool could search up to 20 different layers... as well as a small part of it (using the DrawBox) sending back results searching up to all of these results.&amp;nbsp; The rub with this is Each layer has some of the same data, some different pieces of data.&amp;nbsp; I wanted to show a list of results that are normalized for all layers, (like ID and description)&amp;nbsp; then when someone clicks on that result item display the popup out of the layer it came out of.&amp;nbsp; Hopefully this makes sense.&amp;nbsp; I can attempt to use the programmatic map click as you mentioned..&amp;nbsp; I'll give it a run and let you know... Unless you have other thoughts..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 17:34:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/show-webmap-embedded-popup-on-search-result/m-p/308893#M8205</guid>
      <dc:creator>DeanWilson</dc:creator>
      <dc:date>2019-06-25T17:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Show webmap embedded popup on search result</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/show-webmap-embedded-popup-on-search-result/m-p/308894#M8206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;My second code snippet is to assign the actual layers popup to your search results layer. That is the best option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 17:44:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/show-webmap-embedded-popup-on-search-result/m-p/308894#M8206</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-06-25T17:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Show webmap embedded popup on search result</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/show-webmap-embedded-popup-on-search-result/m-p/308895#M8207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll give it a go around and see what I come up with. Thanks Robert..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 17:54:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/show-webmap-embedded-popup-on-search-result/m-p/308895#M8207</guid>
      <dc:creator>DeanWilson</dc:creator>
      <dc:date>2019-06-25T17:54:07Z</dc:date>
    </item>
  </channel>
</rss>

