Robert's Identify Widget: No "useralias" in the last release?

257
2
Jump to solution
08-29-2019 08:57 AM
BingJing
New Contributor III

Hi Robert

Thank you for this Identify widget. I downloaded the latest version 2.12. The unzipped files show 2/8/2019 timestamp. It works great.

However, there is no place to customize useralias,(See attached screen).

I worked around it by manually add my aliases in this file:

\WebApbuilder2.12\server\apps\13\configs\Identify\config__6.json:

...{ "name": "General Plan", "url": "http://www.carsonproperty.info/arcgis/rest/services/basemap/MapServer", "id": 27, "zoomscale": "", "forcescale": false, "fields": { "all": false, "field": [ { "name": "GP", "useralias": "General Plan", "alias": "GP" } ] }, "links": {} },

....

This is a minor thing. Just want to ask and see if I got the wrong version. I searched old posts and saw it mentioned here too. https://community.esri.com/docs/DOC-1731-enhanced-search-widget-version-211-020819?commentID=50280#c... 

Thank you again Robert. Appreciate!

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Bing,

   That issue was fixed back in version 2.5.0.1. You can change the field alias by double clicking on the alias cell in the fields table and once you save the change the userAlias will be added to the config.json file.

View solution in original post

2 Replies
RobertScheitlin__GISP
MVP Emeritus

Bing,

   That issue was fixed back in version 2.5.0.1. You can change the field alias by double clicking on the alias cell in the fields table and once you save the change the userAlias will be added to the config.json file.

BingJing
New Contributor III

I just tried the "Double Click" and it is working. Thank you again Robert... 

0 Kudos