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 Desk

You may be interested in these other recent articles

ManageEngine Endpoint Central (formerly Desktop Central) On-Premise Build Release Information

18 April 2024

Summary details of the current Build Release information for ManageEngine Endpoint Central. Note: Desktop Central changing its name to Endpoint Central will not affect the…

Read more

ManageEngine ADSelfService Plus Build Release Information

16 April 2024

The current build release information for ManageEngine ADSelfService Plus is summarised below. Scroll down for more information. You can download the latest service packs here.…

Read more

ManageEngine ADManager Plus Build Release Information

Summary details of the current build release information for ManageEngine ADManager Plus. Scroll the above to view more release details. Download the latest service packs…

Read more

ManageEngine ServiceDesk Plus Cloud Build Release Information

11 April 2024

Summary details of the current Build Release information for ManageEngine ServiceDesk Plus Cloud Edition. All upgrades are performed by the Zoho Cloud team. Should you…

Read more

ManageEngine Analytics Plus Build Release Information

4 April 2024

Summary details of the current build release information for ManageEngine Analytics Plus. Scroll the above to view more release details. Download the latest service packs…

Read more