How to hide or remove options from the 'Actions on selected rows' dropdown menuSummaryHow to hide or remove options from the 'Actions on selected rows' dropdown menu. For example, These actions can include 'assign tag' or 'remove tag' ReleaseParisInstructionsCustomizing markup on a OOB UI Macro sys_ui_macro_3ece5557c0a800665c2528dca76c001a can accomplish this. Navigate to "label_list_bottom2"/nav_to.do?uri=sys_ui_macro.do?sys_id=3ece5557c0a800665c2528dca76c001a Backup original XML record to revert back if necessary Customize script according to your use case. For Example: if you want to remove the "Remove Tag" section you can comment out the " if " code block statements. <!-- <j:if ... "${gs.getMessage('Remove Tag')}:">... </j:if> --> See result below. Please Note: Customizing Scripts is out of scope for Now Support