How to add filter on "Add" button on the related list on the Incident form in Service Operational WorkspaceSummaryHow to add filter on "Add" button on the related list on the Incident form in Service Operational WorkspaceInstructionsTo add a similar filter on the related list "Add" Ui action1-Create a different implementation of the following extension point: RelatedListItemCandidateFilter https://instance.service-now.com/nav_to.do?uri=sys_extension_point.do?sys_id=78ae1f4f7707330022f7f4d268106141 2-Copy all the code from this script include -RelatedListIncidentItemCandidateFilter https://instance.service-now.com/sys_script_include.do?sys_id=c05845f2c74210108a430d8c95c260f8 3-Customize/override the getFilterQuery() function to accommodate the requirements. 4-To make sure this implementation gets executed first, you can change the order of this to something <100 and it should work.