I've added a domain list of values to a field in a hosted feature layer.
1 - Larry's Landscaping
2 - Pete's Plumbing
3 - Ricks Roofing
4 - Cal's Construction
5 - Other
When editing/adding features, the codes are in a dropdown. After adding the feature, I am expecting to see the "label" in the attribute table, not the "code". I found this below on Esri - https://doc.arcgis.com/en/arcgis-online/manage-data/define-attribute-lists-and-ranges.htm
I'm expecting to see "Larry's Landscaping" in the attribute table, not "1". Am I wrong to think this? How do I see the label?
- Code—The code is stored in the attribute table and must be supported for the data type set for the field. For example, if the field is an integer field, you cannot have a code that uses alphabetical characters. In some cases, the code value is an abbreviated form of the information. For example, for the materials field in the trash bin example, the codes might be PL and AL.
- Label—The label is a unique text value that appears in the values list and attributes table. For the PL code, the label is plastic and for the AL code, the label is aluminum. The label also allows you to show more information than the data type for the field allows. For example, if the trash bin layer also has an integer field that stores bin height, the code for a 1 meter bin would be 1, but you can set the corresponding label to 1 m or 1 meter.