<?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: Change fields on label in public notification in ArcGIS Instant Apps Questions</title>
    <link>https://community.esri.com/t5/arcgis-instant-apps-questions/change-fields-on-label-in-public-notification/m-p/818178#M832</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After a couple of days banging my head against the wall, I finally enlisted the assistance of one of our programmers and she completed the following changes:&lt;/P&gt;&lt;TABLE class="confluenceTable" style="margin: 5px 0 5px 2px; color: #333333; font-family: Arial, sans-serif;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="confluenceTh" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px; text-align: center; background: #f5f5f5;"&gt;File&lt;/TH&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Line&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Change&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;config.js&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;280&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Commented out OccupantLabel (not needed anymore)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;config.js&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;283&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Old acceptable format was values like "ADDRESSE, SITEADDRESS, SITECITY" and did not let you format multiple fields on a line. New format is &lt;SPAN class="error"&gt;["ADDRESSE","SITEADDRESS", "SITECITY,SITESTATE"]&lt;/SPAN&gt; and will put fields in the same "" on the same line (like owner).&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;infoWindow.html&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;66 &amp;amp; 69&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Commented out references to OccupantLabel.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;infoWindow.js&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;74&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Commented out reference to textoccupant (OccupantLabel).&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;infoWindowView.js&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;91&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Commented out reference to textoccupant (OccupantLabel).&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;infoWindowView.js&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;504&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Commented out string split on occupantFields, reinstated modified line on 532 but could have been left in upper location. Makes more sense to have it closer to it's first call though.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;infoWindowView.js&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;531+&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Commented out if statement inserting occupant label into output. This gets rid of a blank line.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;infoWindowView.js&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;581&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Revised the split string as on line 504, revised version is immediately below here.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;infoWindowView.js&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;612+&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Commented out the if statement inserting occupant label into output like 531+.@&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/111080"&gt;City of Lenexa&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 May 2015 20:05:29 GMT</pubDate>
    <dc:creator>deleted-user-AzQ5lcTQbS2a</dc:creator>
    <dc:date>2015-05-01T20:05:29Z</dc:date>
    <item>
      <title>Change fields on label in public notification</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/change-fields-on-label-in-public-notification/m-p/818172#M826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to change the fields populated in the Avery labels when using the public notificaiton app?&amp;nbsp; I would like to remove the parcel ID and add a generic addressee field which we have in our address data model. I have changed the parameter that (i was assuming*) passed the fields to the labels here in the code:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/91520_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I still get the whole parcelID, owner names, etc&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/91522_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone know where to make this change to the fields on the labels?&amp;nbsp; Much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*not a programmer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 12:13:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/change-fields-on-label-in-public-notification/m-p/818172#M826</guid>
      <dc:creator>City_of_LenexaKansas</dc:creator>
      <dc:date>2015-04-29T12:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Change fields on label in public notification</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/change-fields-on-label-in-public-notification/m-p/818173#M827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The&amp;nbsp; config.js&amp;nbsp;&amp;nbsp; file sets all of the map and query parameters.&amp;nbsp; So as long as you are setting the proper map to query and the fields in that map to use for the avery labels then all should work.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the part of the config.js file that sets the map that will be queried. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;// Map Services for operational layers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;TaxParcelPublishingLayer: &lt;/SPAN&gt;&lt;SPAN style="color: #005c00; font-size: 10pt;"&gt;"yourRESTlayerNamegoeshere"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it queries the above rest layer, it will snag whatever fields you have in this part of the config.js to fill the avery label.&amp;nbsp; In my case, I use different fields also and everything works as it should:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #005c00; font-size: 10pt;"&gt;//Fields for Avery labels&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #005c00; font-size: 10pt;"&gt;AveryFieldsCollection: ["OWNER_NAME"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #005c00; font-size: 10pt;"&gt;"ADDRESS_1"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #005c00; font-size: 10pt;"&gt;"ADDRESS_2,ADDRESS_3"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #005c00; font-size: 10pt;"&gt;"CITY_NAME,ST,ZIPCODE"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luci&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 13:50:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/change-fields-on-label-in-public-notification/m-p/818173#M827</guid>
      <dc:creator>LuciHawkins</dc:creator>
      <dc:date>2015-04-29T13:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change fields on label in public notification</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/change-fields-on-label-in-public-notification/m-p/818174#M828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Luci - that's exactly what I did.&amp;nbsp; I don't know if you can tell, but from the screen shots I do not have a parcelID in the AveryFieldsCollection, yet it's the first line on the label.&amp;nbsp; That's where I'm completely confused... &lt;/P&gt;&lt;P&gt;This actually does work as expected for the Property Owner, it's only for selecting propery occupant that it fails. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 16:39:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/change-fields-on-label-in-public-notification/m-p/818174#M828</guid>
      <dc:creator>City_of_LenexaKansas</dc:creator>
      <dc:date>2015-04-29T16:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change fields on label in public notification</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/change-fields-on-label-in-public-notification/m-p/818175#M829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the "Occupants" box is checked, it uses a different field list.&amp;nbsp; In the&amp;nbsp;&amp;nbsp; config.js&amp;nbsp;&amp;nbsp; file, change the following to the fields you want in your label:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #005c00; font-size: 10pt;"&gt;//Name of the occupant&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #005c00; font-size: 10pt;"&gt;OccupantName: "Occupant"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;//Fields of the occupant&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #005c00; font-size: 10pt;"&gt;OccupantFields: "PIN,HOUSE_NO,HSESUF,STREET,ST_MD"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Luci&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 17:04:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/change-fields-on-label-in-public-notification/m-p/818175#M829</guid>
      <dc:creator>LuciHawkins</dc:creator>
      <dc:date>2015-04-29T17:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change fields on label in public notification</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/change-fields-on-label-in-public-notification/m-p/818176#M830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so close!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I do get the site address, city, state, zip though it prints all on a single line and out of order, like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SiteAddress&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Occupant&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; City&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; State&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Zip&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really don't want the OccupantName to come from the code or from that input box, but rather from the "ADDRESSEE" field in our data, so now my question has morphed somewhat in order to figure out where that is passed to the GenerateLabels GP tool.&amp;nbsp; It looks like it should be from that array listed above.&amp;nbsp; Mine looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OccupantFields: "ADDRESSEE","SITEADDRESS","SITECITY","SITESTATE","SITEZIP",&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 21:36:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/change-fields-on-label-in-public-notification/m-p/818176#M830</guid>
      <dc:creator>deleted-user-AzQ5lcTQbS2a</dc:creator>
      <dc:date>2015-04-29T21:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Change fields on label in public notification</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/change-fields-on-label-in-public-notification/m-p/818177#M831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Stacey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the two lines in the config.js file for the Occupant look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #005c00; font-size: 10pt;"&gt;//Name of the occupant&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #005c00; font-size: 10pt;"&gt;OccupantName: "ADDRESSEE"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;//Fields of the occupant&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #005c00; font-size: 10pt;"&gt;OccupantFields: "SITEADDRESS, SITECITY, SITESTATE, SITEZIP"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I don't know why they formatted those fields differently than the AveryFieldsCollection but they did.&amp;nbsp; Notice the ADDRESSEE is by itself for Occupant.&amp;nbsp; Remove the " marks in the OccupantFields - Only one " at the beginning and one " at the end.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Luci&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 15:54:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/change-fields-on-label-in-public-notification/m-p/818177#M831</guid>
      <dc:creator>LuciHawkins</dc:creator>
      <dc:date>2015-04-30T15:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change fields on label in public notification</title>
      <link>https://community.esri.com/t5/arcgis-instant-apps-questions/change-fields-on-label-in-public-notification/m-p/818178#M832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After a couple of days banging my head against the wall, I finally enlisted the assistance of one of our programmers and she completed the following changes:&lt;/P&gt;&lt;TABLE class="confluenceTable" style="margin: 5px 0 5px 2px; color: #333333; font-family: Arial, sans-serif;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH class="confluenceTh" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px; text-align: center; background: #f5f5f5;"&gt;File&lt;/TH&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Line&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Change&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;config.js&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;280&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Commented out OccupantLabel (not needed anymore)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;config.js&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;283&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Old acceptable format was values like "ADDRESSE, SITEADDRESS, SITECITY" and did not let you format multiple fields on a line. New format is &lt;SPAN class="error"&gt;["ADDRESSE","SITEADDRESS", "SITECITY,SITESTATE"]&lt;/SPAN&gt; and will put fields in the same "" on the same line (like owner).&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;infoWindow.html&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;66 &amp;amp; 69&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Commented out references to OccupantLabel.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;infoWindow.js&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;74&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Commented out reference to textoccupant (OccupantLabel).&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;infoWindowView.js&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;91&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Commented out reference to textoccupant (OccupantLabel).&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;infoWindowView.js&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;504&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Commented out string split on occupantFields, reinstated modified line on 532 but could have been left in upper location. Makes more sense to have it closer to it's first call though.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;infoWindowView.js&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;531+&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Commented out if statement inserting occupant label into output. This gets rid of a blank line.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;infoWindowView.js&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;581&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Revised the split string as on line 504, revised version is immediately below here.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;infoWindowView.js&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;612+&lt;/TD&gt;&lt;TD class="confluenceTd" style="border: 1px solid #cccccc; padding-right: 4px; padding-left: 4px;"&gt;Commented out the if statement inserting occupant label into output like 531+.@&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/111080"&gt;City of Lenexa&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 20:05:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-instant-apps-questions/change-fields-on-label-in-public-notification/m-p/818178#M832</guid>
      <dc:creator>deleted-user-AzQ5lcTQbS2a</dc:creator>
      <dc:date>2015-05-01T20:05:29Z</dc:date>
    </item>
  </channel>
</rss>

