Unable to select table on new Certification ScheduleDescriptionWhen creating a new Data Certification Schedule the table field can be searched on, but does not allow selection. CauseThis is the out of box behavior of the cert_schedule.table field. The functionality of the field is controlled by the UI policy / client script combination: Make table name read only UI policy is active by default and the field is set to cmdb_ci:https://instance_name.service-now.com/nav_to.do?uri=sys_ui_policy.do?sys_id=14c81e80d7030100c11180f29e6103f6%26sysparm_view=advanced 'Check Table Name' Client script will update the 'table' field to use that which is selected by the certification filter:https://instance_name.service-now.com/nav_to.do?uri=sys_script_client.do?sys_id=04b9a775bf7030007a6d257b3f0739b4ResolutionThe form is functioning as expected. If a table other than cmdb_ci is being used, a filter should be used. The data_certification.table field will then be updated by the client script to match the filter.