<?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: Public Notification app - Address Searching in Local Government Solutions Users Questions</title>
    <link>https://community.esri.com/t5/local-government-solutions-users-questions/public-notification-app-address-searching/m-p/860682#M452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chris -&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's definitely an option I've considered - It would make things easier for this app and other things. &amp;nbsp;However the thing that trips me up is that for the search results, even if i use a single field in the 'SearchDisplayFields' (like just street name, for example) it still reads 'undefined' in the results. &amp;nbsp;&lt;/P&gt;&lt;P&gt;This is likely some error in my customization of the code, but I can't see where my mistake is - nothing obvious at least.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2017 17:09:21 GMT</pubDate>
    <dc:creator>AllenScully</dc:creator>
    <dc:date>2017-01-10T17:09:21Z</dc:date>
    <item>
      <title>Public Notification app - Address Searching</title>
      <link>https://community.esri.com/t5/local-government-solutions-users-questions/public-notification-app-address-searching/m-p/860680#M450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hopefully about to put the finishing touches on our implementation of this app. &amp;nbsp;2 related things have me stumped however. &amp;nbsp;In our Parcels feature class, there is no 'Site Address' field. &amp;nbsp;Instead we have 3 fields that can be used together to generate the site address - street number, street direction and street name. &amp;nbsp;&lt;/P&gt;&lt;P&gt;In the config.js file, for 'ParcelLayerSettings', I am trying to find the right syntax in the 'InfoWindowTitleFields' that will concatenate these 3 fields to display the site address. &amp;nbsp;No luck - It can handle 1 field, but I cannot find the right way to code this for all 3 fields to show up as one. &amp;nbsp;I have tried every possibility I can think of, and am beginning to fear that that parameter can only handle 1 field. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Similarly, when I do an address search, the correct address is found (the SearchExpression references all 3 fields with '+' as the concatenation operator), but the result in the search results is listed as 'undefined'. &amp;nbsp;If you click on the 'undefined' it does indeed select and zoom to the correct parcel. &amp;nbsp;The 'SearchDisplayFields' is set to all 3 fields (street number, direction and name) but this doesn't appear in the search box. &amp;nbsp;Even when I include only 1 field in the SearchDisplayFields (streetname, for example) the result is still 'undefined'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the options I have tried for the InfoWindowTitleFields:&lt;/P&gt;&lt;P&gt;1 - Works w/ single field, field name in double quotes: &lt;STRONG&gt;&amp;nbsp;InfoWindowTitleFields: "STREETNAME",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;These do not work:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InfoWindowTitleFields: &lt;/STRONG&gt;&lt;STRONG&gt;"STREETNUM,STREETDIR,STREETNAME", &amp;nbsp;(this returns only the first field listed - those below&amp;nbsp;return the default error value 'N/A')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InfoWindowTitleFields: &lt;STRONG&gt;"STREETNUM", "STREETDIR", "STREETNAME",&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InfoWindowTitleFields: "STREETNUM&amp;nbsp;+ STREETDIR&amp;nbsp;+ STREETNAME",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InfoWindowTitleFields: "STREETNUM&amp;nbsp;+ STREETDIR&amp;nbsp;+ STREETNAME",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InfoWindowTitleFields: "STREETNO + ' ' + STREETDIR + ' ' + STREETNAME",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Allen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 20:41:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/local-government-solutions-users-questions/public-notification-app-address-searching/m-p/860680#M450</guid>
      <dc:creator>AllenScully</dc:creator>
      <dc:date>2017-01-03T20:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Public Notification app - Address Searching</title>
      <link>https://community.esri.com/t5/local-government-solutions-users-questions/public-notification-app-address-searching/m-p/860681#M451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Allen, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to take a look and see if there is a workaround for the issue that you're reporting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One workaround&amp;nbsp;would be to&amp;nbsp;concatenate the fields to construct the full site address on parcel publication, and parcel update.&amp;nbsp; Can this be added to the routine that you currently have to append the parcel characteristics to their appropriate geometries?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reporting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 18:16:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/local-government-solutions-users-questions/public-notification-app-address-searching/m-p/860681#M451</guid>
      <dc:creator>ChrisBuscaglia</dc:creator>
      <dc:date>2017-01-09T18:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Public Notification app - Address Searching</title>
      <link>https://community.esri.com/t5/local-government-solutions-users-questions/public-notification-app-address-searching/m-p/860682#M452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chris -&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's definitely an option I've considered - It would make things easier for this app and other things. &amp;nbsp;However the thing that trips me up is that for the search results, even if i use a single field in the 'SearchDisplayFields' (like just street name, for example) it still reads 'undefined' in the results. &amp;nbsp;&lt;/P&gt;&lt;P&gt;This is likely some error in my customization of the code, but I can't see where my mistake is - nothing obvious at least.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 17:09:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/local-government-solutions-users-questions/public-notification-app-address-searching/m-p/860682#M452</guid>
      <dc:creator>AllenScully</dc:creator>
      <dc:date>2017-01-10T17:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Public Notification app - Address Searching</title>
      <link>https://community.esri.com/t5/local-government-solutions-users-questions/public-notification-app-address-searching/m-p/860683#M453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="border: 0px;"&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;In January 2018, the Public Notification application has been replaced by a new Web AppBuilder configuration.&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;A class="" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fsolutions.arcgis.com%2Flocal-government%2Fhelp%2Fpublic-notifications%2F" rel="nofollow" style="color: #287433; border: 0px; font-weight: inherit; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;Public Notification | ArcGIS for Local Government&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;The version referenced in this post has been moved into mature support.&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;Thanks,&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&gt;Chris Buscaglia&lt;/P&gt;&lt;P style="border: 0px;"&gt;Local Government Solutions Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 17:31:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/local-government-solutions-users-questions/public-notification-app-address-searching/m-p/860683#M453</guid>
      <dc:creator>ChrisBuscaglia</dc:creator>
      <dc:date>2018-01-22T17:31:14Z</dc:date>
    </item>
  </channel>
</rss>

