How to delay a notification for 10 Seconds before it triggers

VIKAS MISHRA
Tera Contributor

As per the requirement i have created one new notification and that notification should trigger everytime when a new incident is inserted/created but it should trigger after 10 seconds of incident creation.

notification should triggers to assigned to user only.

Please sugest 

5 REPLIES 5

Basheer
Mega Sage

Hi @VIKAS MISHRA ,

You can write a BR in which you can trigger an event.

Before triggering an event write gs.sleep(addseconds);

 

Please hit like button if my suggestion has helped you in any way.
Please mark correct if my response has solved your query.

Cheers,
Mohammed Basheer Ahmed.