I have an infrastructure related featureclass that has heights and widths which are doubles. They have coded value domains of type double that change depending on subtype.
I am trying to use the featureclass in Field Maps. Ideally the employee would pick a value, in this case of type Double, from a dropdown list of acceptable values from the coded value domain.
Usually works great for text fields but doesn't seem to work with numeric (double). I get an input box of type Number - Double that requires direct input with no way to set a dropdown list. Seems to do the same when editing in the new map viewer. Don't think I've ever run across this before. Are dropdown lists not available for non-text coded domains?
The domains based on the subtypes do seem to be present in the published service (ArcGIS Server) as shown by this partial copy, the subtype field is "Type"
Types:ID: 1
Name: Box
Domains:
- TYPE:
Inherited - MATERIAL:
Inherited - InspCompl:
Inherited - Culvert_Width:
Coded Values: [3: 3 ft] , [4: 4 ft] , [5: 5 ft] , ...7 more... - Culvert_Height:
Coded Values: [3: 3 ft] , [4: 4 ft] , [5: 5 ft] , ...9 more... - Culvert_Material:
Inherited - Culvert_Condition:
Inherited - End_Treatment:
Inherited
ID: 2
Name: Arch - RCP
Domains:
- TYPE:
Inherited - MATERIAL:
Inherited - InspCompl:
Inherited - Culvert_Width:
Coded Values: [18: 18 in] , [22: 22 in] , [26: 26 in] , ...14 more... - Culvert_Height:
Coded Values: [11: 11 in] , [13.5: 13 1/2 In] , [15.5: 15 1/2 in] , ...14 more... - Culvert_Material:
Inherited - Culvert_Condition:
Inherited - End_Treatment:
Inherited
ID: 3
Name: Arch - CMP
Domains:- TYPE:
Inherited - MATERIAL:
Inherited - InspCompl:
Inherited - Culvert_Width:
Coded Values: [18: 18 in] , [22: 22 in] , [25: 25 in] , ...10 more... - Culvert_Height:
Coded Values: [11: 11 in] , [13: 13 in] , [16: 16 in] , ...10 more... - Culvert_Material:
Inherited - Culvert_Condition:
Inherited - End_Treatment:
Inherited
Any ideas greatly appreciated