I have a city zoning service in the My Government Services 10.2 app that returns the zone for the selected location, just like any other polygon service would work in this app.
The problem I'm running into is that the information I want to show up in the carousel at the bottom is in a subtype field, and the application gives me the subtype code rather than the description. Is there anyway to modify it to use the description? I have a similar issue with a coded domain, as well.
Were you able to find a solution for this? We are having the same issue.
Sort of. I couldn't find an easy way of solving the problem through the Government Services app. Instead, we created a query layer on the zoning feature class. In the query layer is an additional in memory field that uses a CASE statement to assign the proper zoning code to its respective subtype code.
Thanks for replying. Good to know. I will let you know if we come up with any alternatives as well.