Trying to add Knowledge subcategory field.Issue We have created a custom field ' Subcategory' on the Knowledge Management table and made the field dependable on the 'Category' field, however, the values in the subcategory field are not showing up once the category is populated.CauseDependent value in choice (sys_choice) record should hold category sys_id.ResolutionThe behavior is seen due to the Dependent value set in the Choice (sys_choice) record. The value set here is the display value, however, as this is a referenced field a sysID will be needed as a value. To resolve, update the Dependent value set in the sys_choice record from 'Example category' to the categories sys_id.