[GIS] How to add a Domain to a Feature Class in ArcGIS when the Subtype Field is Frozen

arcgis-10.2arcgis-desktopdomainssubtype

I'm trying to add a Domain to a Field in a Feature Class in ArcGIS 10.2.
I'm Following the Instructions found in the Official Documentation for Associating default values and domains with tables and feature classes
and Creating subtypes. The issue I'm running into is that, after successfully creating a new Domain in the Enterprise GeoDatabase containing the Feature Class of Interest, I cannot Create a Subtype in that same Feature Class. Using the Catalog navigation tree, I right-click on the Feature Class, select Properties, locate the Subtypes tab, then Attempt to Add a Subtype, in the service of Adding a Domain. The Subtype Field and Default Subtype Fields are 'greyed out'

Frozen Subtypes

AND whenever I try and add text to the Subtypes files, the Domain box automatically opens. This image indicates that I have properly created a Domain prior to Engaging with this Workflow.

Automatic Open

Best Answer

I had the same issue a while back when I transitioned into an Enterprise Level GDB.

The workaround is a bit convoluted but it gets what you need:

From your Geodatabase: Right Click

enter image description here

  • select Properties
  • Select Domains
  • Enter Domain Name (use the FeatureClass name)
  • Set Domain Properties (field type, domain type, etc)
  • Enter Code (this is what will populate in your drop down menus) + Description
  • Click OK

enter image description here

Go to the Feature Class

  • Right Click
  • select Properties
  • Select Subtypes
  • Select your new subtype from the dropdown menu