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

Security Advisory – Important Security Update For PAM360

19 June 2025

Product Name Affected Version(s) PAM360 7500 PAM360 MSP 7410 DetailsIn build 7410 of PAM360 MSP, ManageEngine rolled out an enhancement to granularly mask/unmask shared passwords…

Read more

The New Endpoint Central Integration for ServiceDesk Plus Cloud

30 May 2025

At Set3 Solutions, the award-winning UK partner of ManageEngine, we help clients unlock the full potential of their ManageEngine tools—whether it’s optimising service delivery or…

Read more

Latest Updates for ManageEngine Endpoint Central

27 May 2025

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

Read more

Accelerating NetFlow Analyzer Availability on AWS: How Set3 Solutions Helped a Leading UK Retailer Move Forward

23 May 2025

At Set3 Solutions, we help UK businesses unlock the full value of ManageEngine—from licensing and deployment to long-term strategic advice. So when a leading UK…

Read more