Scheduled job on scoped app

Maria DeLaCruz
Tera Guru

Hello,

I created a scheduled job to trigger an event and notification.   The event and notification are in the scoped app, but the scheduled job is global (tried it in the scoped app, the event didn't trigger).   Anyway, the event is getting triggered, and notification is getting sent, but, on the scheduled job, I added a line to update the work notes, and that's not happening.

Here's the scheduled job:

find_real_file.png

Here's the event:

find_real_file.png

Any ideas on why everything is working but the work note update?

Thanks,
Maria

1 REPLY 1

VarunArulmani
Mega Expert

I am able to update work_note in my instance.



I presume your variable work_note is of type 'journal'



'journal' type variable has some limitations. The values of work_note is not visible in 'list' view, but is visible in 'form' view.  



you may want to try this GlideElement


3.43 setJournalEntry(Object, String)