Policies List View | Type Field Shows All Choice Values Instead of Policy-Specific Options Issue ProblemThe Type field in the Policies list view displays all choice values instead of the reference qualifiers, making it difficult to select the appropriate policy type for record updates.To reproduce the issue: 1. Log in to ServiceNow Native view as a GRC System Administrator.2. Navigate to All > Policy and Compliance > Policies and Procedures > Policies.3. Double-click in the "Type" field to edit.4. Observe all the values are displayed and not the ones defined for the reference qualifierReleaseGenericCauseRoot CauseThe issue occurred due to the field definition for the Type field in the sn_grc_document table. It is using reference qualifiers and dictionary overridesResolutionSteps to Resolve Access the dictionary record for the Type field in the sn_grc_document table. => sys_dictionary.do?sys_id=efb4b33edb226150749ba40fd39619e8 (Note: this record is only available having all the GRC plugins installed) Modify the choice definition for the Type field to "-- none --".Reproduce the issue to verify that only the options are displayed. Note: This is a workaround as not able to find exactly why the combination with reference qualifiers and dictionary overrides makes this happens