Unable to use 'Close' or 'Request Exception' in Test Result Group.Issue When the user tries to close a configuration compliance test result group, a modal opens with dropdown having no values to select for the reason field.CauseThe modal being used is checking for sn_vulc_result_group.resolution choices that have the dependent value of 3. This is the 4th parameter of CommonUtil().getChoices. The resolution choices are custom and have not yet had the value set. 'Close' UI action: https://instance_name.service-now.com/nav_to.do?uri=sys_ui_action.do?sys_id=bd78407c0b300300f4fd2b7885673a3f UI page used for the modal - 'close_group_popup' - choices selected at line 30: https://instance_name.service-now.com/nav_to.do?uri=sys_ui_page.do?sys_id=1b1426cd0b300300f4fd2b7885673aff 'Reason' Dictionary record: https://instance_name.service-now.com/nav_to.do?uri=sys_dictionary.do?sys_id=43b618a74f606300becf7bcd0210c708 ----- Regarding the request exception, this is a similar story with a different dependent value. Reasons that are to be displayed for exceptions will require the dependent value of 12'Request Exception' UI action:https://instance_name.service-now.com/nav_to.do?uri=sys_ui_action.do?sys_id=f84fdf7dc7ae941032589ef727c260b3UI page used by the modal - 'trg_request_exception'https://instance_name.service-now.com/nav_to.do?uri=sys_ui_page.do?sys_id=e492fbf5c762d41032589ef727c26083'Reason' Dictionary record:https://instance_name.service-now.com/nav_to.do?uri=sys_dictionary.do?sys_id=43b618a74f606300becf7bcd0210c708ResolutionNavigate to the 'Reason' dictionary record and set the dependent values of the custom fields to 3 or 12 with the steps below 1. Navigate to sys_dictionary.list > Table: sn_vulc_result_group, Column name: resolution 2. From the choices releated list, open in a new window 3. Set the 'Dependent' value