<?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: Web AppBuilder - Cannot search by GLOBALID in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-cannot-search-by-globalid/m-p/1339336#M23237</link>
    <description>&lt;P&gt;Hi Vish,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you mind sharing the attribute rule for copying the Global ID into a dummy text field? It seems simple but I just can't get it to populate. I'm trying to use the GlobalID in the search widget as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Rachel&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2023 20:40:12 GMT</pubDate>
    <dc:creator>RachelCepeda</dc:creator>
    <dc:date>2023-10-18T20:40:12Z</dc:date>
    <item>
      <title>Web AppBuilder - Cannot search by GLOBALID</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-cannot-search-by-globalid/m-p/311804#M8271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Web App Builder, why include the GLOBALID field in the 'Set Search Fields' configuration for the Search Widget when you cannot search by GLOBALID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I spent several hours trying to get the search by GLOBALID and could never get it to work.&amp;nbsp; In fact, if I had it checked, then I could not search on other fields either.&amp;nbsp; However, if I unchecked it, then I use a different fields, such as, Install Job Order in my feature service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Set Search Fields" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/498868_WAB_GLOBALID_SearchFails.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above example is from Enterprise Portal 10.6.&amp;nbsp; However, I also tried to use GLOBALID in AGOL and it did not work either.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a workaround for searching by GLOBALID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2020 23:39:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-cannot-search-by-globalid/m-p/311804#M8271</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-07-03T23:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Cannot search by GLOBALID</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-cannot-search-by-globalid/m-p/311805#M8272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used SOI to interpret the response from ArcGIS Server, there is no GlobalID attribute returns from the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2020 12:24:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-cannot-search-by-globalid/m-p/311805#M8272</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-07-06T12:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Cannot search by GLOBALID</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-cannot-search-by-globalid/m-p/311806#M8273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;If you turn developer tools on in your browser, you will see that the Search Widget makes a wrong REST query.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;GLOBALID = {1C53657E-E2D8-40B3-8214-6E48001F8485}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; "&gt;&lt;SPAN&gt;And it gets &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;{"error":{"code":400,"message":"Unable to complete operation.","details":["Unable to perform query operation.","Invalid query"]}}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; "&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; "&gt;&lt;SPAN&gt;Seems like a bug in a&amp;nbsp;Search Widget, it should be adding quote around the GUID text.&amp;nbsp;Its happening in 10.7.1 WAB as well. We circumvented it by adding another dummy text field&amp;nbsp;with value as copy of&amp;nbsp;GlobalID using Attribute Rules and search using this field. This works correctly.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; "&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;UPPER(FUID) LIKE '%&lt;SPAN&gt;{1C53657E-E2D8-40B3-8214-6E48001F8485}&lt;/SPAN&gt;%'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; "&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; "&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; "&gt;&lt;SPAN&gt;Vish&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2020 00:12:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-cannot-search-by-globalid/m-p/311806#M8273</guid>
      <dc:creator>VishApte</dc:creator>
      <dc:date>2020-09-29T00:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Cannot search by GLOBALID</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-cannot-search-by-globalid/m-p/1339336#M23237</link>
      <description>&lt;P&gt;Hi Vish,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you mind sharing the attribute rule for copying the Global ID into a dummy text field? It seems simple but I just can't get it to populate. I'm trying to use the GlobalID in the search widget as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Rachel&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 20:40:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-cannot-search-by-globalid/m-p/1339336#M23237</guid>
      <dc:creator>RachelCepeda</dc:creator>
      <dc:date>2023-10-18T20:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder - Cannot search by GLOBALID</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-cannot-search-by-globalid/m-p/1407953#M23442</link>
      <description>&lt;P&gt;The Group Filter works with GlobalIDs and would allow users to filter/ find features based on a GloabalID.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 13:44:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-cannot-search-by-globalid/m-p/1407953#M23442</guid>
      <dc:creator>Hillary_E</dc:creator>
      <dc:date>2024-04-10T13:44:58Z</dc:date>
    </item>
  </channel>
</rss>

