"Choice table" field not shown in "Choice List Specification" for Choice field.Issue When we create a choice field in sys_dictionary, We can see a tab named "Choice List specification" and shows "Choice Table" option. In few cases this field will disappear for all Choice Fields. ReleaseAll Releases.CauseThe Choice table visibility is based on the UI policy action - "Show/Hide Choice Table". https://<instance-name>.service-now.com/sys_ui_policy_action.do?sys_id=61249473c0a801660030a4d869a35158 If the Visible field is shown as "True" , the 'Choice table' field will be shown in the sys_dictionary under "Choice List Specification".ResolutionChange the value of "Visible" field to "False" and it should get back the "Choice Table field" in sys_dictionary. If the Value of Visible is already "False" , change it to "True" and it solves the issue.