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 ...
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 customize requester home page
Use case In the requester home page, each box should be a button and when clicked anywhere on the box they should be redirected to the respective Subcategories to select the Incident or Service Template or the Solutions. The first box should be with ...