Do you often struggle to get your service team to enter meaningful information into a request description other than ‘Done’ or a copy and paste of the request subject?
Here’s a little trick we employed with one particular client to get the team into the habit of considering what they were actually entering into the description field in a request in ManageEngine ServiceDesk Plus.
This little trick employs ‘Field and Form Rules’ on either an Incident or Service Request Template. In this particular case, we were concentrating on the default Incident Template available under Admin > HelpDesk Customizer > Incident Template > Default Request
We used a little custom script as an ‘On Form Submit’ rule to check the entered content of the description field. By retrieving the Subject and Description text we can check the length of the description and also if it matches the subject line:
var desc_text=$CS.getDescription();
var subj_text=$CS.getValue("SUBJECT");
var len = desc_text.length;
if((len<=5)||(desc_text===subj_text)){
$CS.stopFormSubmission();
alert(‘Come on folks – a little detail please … ;0)’);
}
Note: If you’re ever unsure of what script commands will work in the scripts area just look up information relating to JQuery commands.
So now when the team go to raise an Incident in ServiceDesk Plus and they get a little lazy they’ll get a nice helpful prompt!
Don’t forget you can copy Field and Form Rules across multiple Incident templates if you need to by using the ‘Copy Rule’ function:
Note that you will, however, need to recreate the rule on an existing Service Template first before you can then copy it across multiple Service Request templates.
Enjoy!
Try out ServiceDesk Plus today and see how it can improve your help desk.
Contact us now for more information, or schedule a personalised demonstration of ServiceDesk Plus.
This article is relevant to:
Service DeskOther recent articles in the same category
You may be interested in these other recent articles
Latest Updates for ManageEngine ServiceDesk Plus Cloud
8 January 2025
Discover the latest ServiceDesk Plus Cloud updates, including new features, fixes, and enhancements.
Read moreLatest Updates for ManageEngine ServiceDesk Plus On-Premise
30 December 2024
Discover the latest ServiceDesk Plus updates, including new features, fixes, and enhancements.
Read moreUnmerging Requests in ServiceDesk Plus Cloud: Analysis
10 December 2024
Find out how customers with issues unmerging requests in ServiceDesk Plus Cloud come to Set3 Solutions for expert guidance.
Read moreLatest Updates for ManageEngine Endpoint Central
5 December 2024
Discover the latest Endpoint Central updates, including new features, fixes, and enhancements.
Read moreImprove Endpoint Security with Endpoint Central: Key Features and Benefits
28 November 2024
Endpoint Central (formerly Desktop Central) has undergone a name change and introduced Endpoint Security to help organisations better safeguard their endpoints. According to a study…
Read more