- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2019 02:46 AM
I have field u_date and need to check if the current date is greater to u_date by 15 min.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2019 04:26 AM
Okay. Then simply make the BR to display query instead of after insert.
Then your Br executes whenever you open the incident. And if the incident u_date+15 minutes is more than current date, then you can show the message saying
gs.addInfoMessage("Current date is greater than u_date");

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2019 04:26 AM
Okay. Then simply make the BR to display query instead of after insert.
Then your Br executes whenever you open the incident. And if the incident u_date+15 minutes is more than current date, then you can show the message saying
gs.addInfoMessage("Current date is greater than u_date");
Mark the comment as a correct answer and also helpful if this answers your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2019 09:26 PM
Hello Asif,
Thanks.
The solution is perfect and is working fine.
Regards,
Sachu Pillai
Mark the comment as a correct answer and also helpful if this answers your question.