In ArcMap I was used to:
- create a new coded value Domain in my GDB (e.g. Domain name "DOMAIN", values '1: OP', '2: PT', field type short integer)
- create Subtypes in a short integer field of a featureclass (e.g. field "TEST", subtype "1:A" and "2:B")
- assign "DOMAIN" to both subtypes of my "TEST" field
- choose different deafult values from coded values defined in "DOMAIN" so that subtype A would be 'OP' and subtype B would be 'PT' as default
In ArcGIS Pro 2.2 I cannot seem to achieve numer 4.
The Subtypes View does not let me choose the codes from the DOMAIN under the columns "Deafult Value".
Is this a known limitation?
My goal would be to (e.g.) draw a new feature and have my field "TEST" compiled automatically with coded values 'OP' or 'PT' depending if I am creating (respectively) subtype A or subtype B.
Rather, when I create new features, the "TEST" field is compiled with the description
In ArcMap I can do this.




Thanks