I created a FC and added Domains to it. I coded them as such
0 Fallen tree
1 Water Backup
When I go into Collector App and bring up the webmap then user starts to edit
Th edit window shows the symbology for each of the selections BUT it shows the 0 and 1 and not the description.
This also appears in the web map while editing....
How do I get the description to show up
With help of another employee here....figured out the root of the problem....So we figured out a way to fix it early enough that we do not have to update the JSON file after it has been published to ArcGIS Server.
It turns out that when you create a Feature Class with domains the Feature Template table (?) is not updated with teh domain values. If you start and stop an edit session on that Feature Class in ArcMap before you publish the Template tables are updated with the Description from the Domain.
This fixed the issue for us....if you have any questions please ask....hope that I explained this well enough.