Select to view content in your preferred language

Field domain values not working in pop-ups

2464
3
11-23-2011 01:07 PM
JasonSheldon
Occasional Contributor
Hi all,

I'm configuring pop-ups for my map service:

http://gis.naperville.il.us/ArcGIS/rest/services/CycleMap/MapServer

For some reason, some of the fields are only showing the coded domain values.  For instance, the field Completed should show the words Yes or No, instead of Y or N.

What is odd, is that when I setup a different site, where I use the javascript api and use the identify task, the field values show up with the correct domain values of Yes or No, and not Y or N. 

Do the popups always show the coded values?

Jason Sheldon
GIS Coordinator
City of Naperville, IL
Tags (2)
0 Kudos
3 Replies
MikeMinami
Esri Notable Contributor
This is actually a limitation of the version of ArcGIS Server you are running. This has been addressed in ArcGIS Server 10.

Thanks,

Mike
0 Kudos
JasonSheldon
Occasional Contributor
Thanks Mike,  good to know.

It's odd though that this same service returns the correct values using the identify task through the javascript api, but through arcgis.com it doesn't.  So is it just that popups in arcgis.com don't read domain values for an 9.3.1 map service?

Jason
0 Kudos
MikeMinami
Esri Notable Contributor
We couldn't use identify to support the capability of popups. Instead we send the query request to the server. Query didn't support domains in your version.

Thanks

Mike
0 Kudos