How to trigger Event through scheduled job
I have cretaed new notiification on Change_task table, I need to trigger this notification every day. for that i created one event and firing that in the notification. created one sheduled job and added in script " gs.eventQueue('event name', ' ', '...

