I need assistance with a project task.
I'm new to ServiceNow and I get a little confused. I'm supposed to use a GlideAjax script for the response below.
The logic is
When the due date on an Issue record changes, send that date to the server side code.
Check the date against all key milestone records (these are pm_project_tasks with the key milestone flag set to true).
If the date is past the date of an open key milestone, return a value to the client script indicating so.
On the client side, pop up an alert (javascript confirm box) notifying the user of that fact that their issue is after a key milestone.
Can anyone assist me on how to start this?