Script to change default landing page to Request Tab for Requesters (Works only for Requester portal)
1. Stop the application service.
2. Download the modified CustomScripts.js from the attachment and replace the file under ServiceDeskPlus-Msp\custom\scripts
3. Restart the application service and check the status.
Note: The below script will work only for the requester portal
New to ADSelfService Plus?
Resources
Related Articles
How to modify text in self service portal home page
Use case In requester home page, we have a default template with buttons such as "Create an issue", "Request a service", "View All Solutions". We can modify the text to our own words Solution 1. Login as Admin, go to the Home Page, click on Edit ...
How to change image in Self Service Portal (Requester Login)
1. Under ManageEngine\ServiceDeskPlus-MSP\custom\widgets\SSP\search_widget paste the image you want to replace. 2. In the application, Under Admin>Self Service Portal>>Self Service Portal Customization>> Click on Edit You can view the script on the ...
Account specific request template: Redirection to requester's account based template from default template using FAFR
Tested in builds 14000, 14200 and 14201 (Global FAFR): Step 1: In Global FAFR, on form load, configure an FAFR and execute the below script under Action as shown below, try{ $req.form.destroyForm(undefined, false); }catch(err){} ...
Route from default request to service catagories
To route from default request page to service catagories Kindly follow the steps below, Access the Admin Module Select incident template>>Fields and Forms Rules Create a new rule, paste the script and save it I have attached a screenshot for ...
9418 ppm - Customized login page resets to default
The below message will be thrown in console/UI while applying 9418 ppm Since the login page UI is revamped in this build, customized login page if any will be removed with this upgrade. The old login folder will be renamed to login_old for backup. ...