Disable Send button after clicking on it to avoid clicking it multiple times so that multiple emails are not sent.

Disable Send button after clicking on it to avoid clicking it multiple times so that multiple emails are not sent.

Download the attached file and extract CustomScripts.js

Replace the CustomScripts.js file that exists under <ServiceDeskPlus MSP_home>/custom/scripts with the one attached and hard-refresh the browser to make the script effective.

Please make sure the CustomScripts.js which is already present in that folder is empty when you edit it.  If that file already has some code, then append the code present in the attached file to the customer's file.


                  New to ADSelfService Plus?

                    • Related Articles

                    • Disable signature while replying to an email.

                      The signature is set up by clicking on the User badge on the top right corner and clicking on Personalize. If the reply notifications have a variable $EmailSignature under Admin >> Notification Rules, then the signature will be automatically ...
                    • Send Auto reminders to Change Approvers after X days

                      Here is the script and kindly follow the steps below to achieve your requirement to send Auto reminders to Change Approvers after X days. For now, the script sends reminder for every 24 and 48 hours. This can be customized in the script. 1.Download ...
                    • Script(Deluge) to send approvals based on the Picklist value selected in additional field.

                      From Builds: 10605 Please follow the steps below on how to configure and send approvals based on the values selected in Picklist of Additional field. 1: Download the attached zip file. 2: Navigate to Admin>>Incident/Service catalog additional field ...
                    • Script to send notifications when a unknown request is raised

                      Use case The script will send email notifications to the address configured inside the script whenever a request is created under unknown requests.  This notification will be sent to Admin Email Pre-requisite - Python should be installed in the ...
                    • Script to send notification to users on upcoming contracts

                      Please follow the below link to setup python on the server https://pitstop.manageengine.com/portal/en/kb/articles/how-to-setup-python-on-the-server-11-11-2019 Steps to configure 1.  Extract the attached zip file in <Home>/integration/custom_scripts ...