<?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: Create Query URL Parameter in Pop-Up in one WAB to launch another WAB app in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/create-query-url-parameter-in-pop-up-in-one-wab-to/m-p/352489#M17718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will ask today and let you know!&amp;nbsp; Thanks again Robert!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2018 21:09:55 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2018-11-07T21:09:55Z</dc:date>
    <item>
      <title>Create Query URL Parameter in Pop-Up in one WAB to launch another WAB app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-query-url-parameter-in-pop-up-in-one-wab-to/m-p/352485#M17714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a Query or Find URL Parameter that I can put as a hyperlink in a pop-up for an internal WAB application we have that is used by another department.&amp;nbsp; Essentially what I want is when you click on the the hyperlink in the pop-up that it launches another WAB website application (our parcel viewer website), queries the parcel layer and shows the user a result (the found parcel).&amp;nbsp; I have tried unsuccessfully to get this to work.&amp;nbsp; I don't know if the layer doesn't support what I am trying to query (the PARID field) or if I am totally goofing the syntax.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WAB Website I'm trying to query: &lt;A href="https://maps.onslowcountync.gov"&gt;https://maps.onslowcountync.gov&lt;/A&gt;&amp;nbsp;(hosted by a vendor on their server)&lt;/P&gt;&lt;P&gt;Query Layer: Parcels (Layer ID=51)&lt;/P&gt;&lt;P&gt;Query Field: PARID (alias PAR ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Query I have gotten to work is:&amp;nbsp; /?LayerID=51&amp;amp;FeatureID=42171633 (preceded by the above url)&lt;/P&gt;&lt;P&gt;Problem: I want to query the PARID field, not the FeatureID field.&amp;nbsp; PARID is my primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or suggestions would be great!&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 19:12:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-query-url-parameter-in-pop-up-in-one-wab-to/m-p/352485#M17714</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-11-07T19:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create Query URL Parameter in Pop-Up in one WAB to launch another WAB app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-query-url-parameter-in-pop-up-in-one-wab-to/m-p/352486#M17715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Angelia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Strange The proper query syntax should look like:&lt;/P&gt;&lt;P&gt;&amp;amp;query=Census_8491,POP2000=1211537&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="http://doc.arcgis.com/en/web-appbuilder/manage-apps/app-url-parameters.htm#ESRI_SECTION1_ED1AF7A40ABD4F0F8F6456F51850A1E7" title="http://doc.arcgis.com/en/web-appbuilder/manage-apps/app-url-parameters.htm#ESRI_SECTION1_ED1AF7A40ABD4F0F8F6456F51850A1E7"&gt;http://doc.arcgis.com/en/web-appbuilder/manage-apps/app-url-parameters.htm#ESRI_SECTION1_ED1AF7A40ABD4F0F8F6456F51850A1E7&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using a WAB app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that app in your link is NOT a WAB app. It appears to be just a custom JS API app. Looking at the apps main.js the url parameters you are using are what is coded for (i.e. the layerID and ObjectId(s) of a feature).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 20:32:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-query-url-parameter-in-pop-up-in-one-wab-to/m-p/352486#M17715</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-11-07T20:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create Query URL Parameter in Pop-Up in one WAB to launch another WAB app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-query-url-parameter-in-pop-up-in-one-wab-to/m-p/352487#M17716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Robert.&amp;nbsp; Does this mean I can't query the PARID field in the feature using URL parameters?&amp;nbsp; It is a field in the data. Here is the rest services for the feature layer: &lt;A href="https://arcgis4.roktech.net/arcgis/rest/services/Onslow/GoMaps4/MapServer/51"&gt;https://arcgis4.roktech.net/arcgis/rest/services/Onslow/GoMaps4/MapServer/51&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 20:55:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-query-url-parameter-in-pop-up-in-one-wab-to/m-p/352487#M17716</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-11-07T20:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create Query URL Parameter in Pop-Up in one WAB to launch another WAB app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-query-url-parameter-in-pop-up-in-one-wab-to/m-p/352488#M17717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Angelina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; That is correct, you can not unless the apps developer adds the ability to query a certain field verses just ObjectId(s)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 20:58:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-query-url-parameter-in-pop-up-in-one-wab-to/m-p/352488#M17717</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-11-07T20:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create Query URL Parameter in Pop-Up in one WAB to launch another WAB app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-query-url-parameter-in-pop-up-in-one-wab-to/m-p/352489#M17718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will ask today and let you know!&amp;nbsp; Thanks again Robert!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 21:09:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-query-url-parameter-in-pop-up-in-one-wab-to/m-p/352489#M17718</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-11-07T21:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create Query URL Parameter in Pop-Up in one WAB to launch another WAB app</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-query-url-parameter-in-pop-up-in-one-wab-to/m-p/352490#M17719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem. Don't forget to mark this question as answered as this is now in your app developer court.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 21:11:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-query-url-parameter-in-pop-up-in-one-wab-to/m-p/352490#M17719</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-11-07T21:11:54Z</dc:date>
    </item>
  </channel>
</rss>

