I have field u_date and need to check if the current date is greater to u_date by 15 min.

sachujayakumar
Kilo Contributor

I have field u_date and need to check if the current date is greater to u_date by 15 min.

1 ACCEPTED SOLUTION

 

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.

 

View solution in original post

21 REPLIES 21

 

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.

 

sachujayakumar
Kilo Contributor

Hello Asif,

Thanks.

The solution is perfect and is working fine.

 

Regards,

Sachu Pillai