Hide Rocket Notification Icon

Hide Rocket Notification Icon

 Please follow the below mentioned from build 10600 and above:

1. Go to Admin > Page Scripts > click 'New Rule'. Give the rule a suitable name.
2. Define the conditions as per your requirement.
3. Under Actions click 'Write Custom Script' and paste the code below:
$CS.findElement("#eventNotificationLink").parent().children().hide();



4. Save the script and rule.
5. Refresh the page and the icon will be hidden:






                New to ADManager Plus?

                  New to ADSelfService Plus?

                    • Related Articles

                    • Hide Asset

                      Use case If Technicians want to hide Asset field during template loading, then the same can be achieved using Execute Script option in Field and Form Rules. Solution Edit the incident/service template from which the asset needs to be hidden, choose ...
                    • Steps to Hide the ZIA notification (Counter).

                      Given query will hide the unverified notification thereby removing the count as show below: 1) Stop the application. 2) Please take a backup of the application <OR> take a Snapshot of both the Servers (Application & Database). 3) Connect to your ...
                    • How to Hide the Solutions for Requesters

                      Logon to the application as administrator. To Hide the Solutions In the Home tab, click on the Customize menu as shown in the below tab, and select on the Requester Home Page,  In the theme tab , select on the edit button on the theme in which you ...
                    • Hide templates from drop-down while using a specific template using FAFR

                      The below script can be used in the respective incident template under Form Load section of Field and Form Rules. if(["Application Crashes Frequently","New incident"].indexOf(jQuery("select#template_box").select2("data").text)==-1){ ...
                    • Assign Technician for the unassigned requests using Notification Custom Function

                      Requirement: When a technician addresses an unassigned request, the corresponding ticket is automatically assigned to that technician. Steps to configure: 1. Download the attached scripts. Copy the contents into Notification custom functions. 2. Goto ...