Restrict Dashboard Customization using page scripts

Restrict Dashboard Customization using page scripts

Use case

In scenarios where administrator would like to have a fixed dashboard, then they can remove the Dashboard settings button using the below steps

1. Go to Admin >> Page Script >> Apply the below script based on a condition

$CS.findElement("#customize-checkbox").parent().children().hide(); 





                  New to ADSelfService Plus?

                    • Related Articles

                    • Login Page Customization -> SAML Login

                      NOTE: # No need to alter the changes in the application UI # Ensure to take a copy/backup of the below files before altering the same. STEPS TO FOLLOW: 1. Edit the file Login.html under <Drive>:\ManageEngine\ServiceDeskPlus-MSP\Server\Custom\Login ...
                    • Customize Login page and add JS scripts

                      Customize Login Page Start by going to Advanced Portal Settings (or Application Settings under ESM Directory) and click on "Customize Now" under Login Page Customizaion Start editing the HTML content to suit your needs by adding style/css content, ...
                    • Login Page customization

                      Change logo in the login page: -> First go to Global Settings --> Application Settings --> Customize login page -> From the insert image drop-down, you can upload the picture that you would like to show on the login page. Please make sure that the ...
                    • To center the Login page logo in SupportCenter Plus 11.0

                      By default, the logo for the login page in SupportCenter Plus is aligned to the left. Like below: To have the logo aligned to center, please go to Global Settings --> Application Settings  --> Customize now Under logo-heading, text-align: center; can ...
                    • How to restrict automatic association of technicians to an account / sites ?

                      This article is applicable from 10600 builds. Scenario - At times the technicians will see extra Accounts / Sites in their login. Below is the reason and its solution : -> While creating an account, a common site will be automatically created by ...