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

Protected: Test: Quote Form

15 May 2026

There is no excerpt because this is a protected post.

Read more

Endpoint Central Disk Space Reports: Getting the Data You Actually Need

13 May 2026

If you’ve ever tried to set up a useful disk space report in ManageEngine Endpoint Central, you’ll know the built-in options can leave a bit…

Read more

Latest Updates for ManageEngine Endpoint Central

7 May 2026

Discover the latest Endpoint Central updates, including new features, fixes, and enhancements.

Read more

Automatically Creating Notes from Worklogs in ServiceDesk Plus Cloud

6 May 2026

If your team logs worklogs in ManageEngine ServiceDesk Plus Cloud and you want that activity automatically reflected as a note on the request, you’ll be…

Read more

Stay Ahead with the Latest Updates for ADSelfService Plus

1 May 2026

Discover the latest ADSelfService Plus updates, including new features, fixes, and enhancements.

Read more