Hopefully about to put the finishing touches on our implementation of this app. 2 related things have me stumped however. In our Parcels feature class, there is no 'Site Address' field. Instead we have 3 fields that can be used together to generate the site address - street number, street direction and street name.
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. 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. I have tried every possibility I can think of, and am beginning to fear that that parameter can only handle 1 field.