Scheduled job on scoped app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2017 01:14 PM
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:
Here's the event:
Any ideas on why everything is working but the work note update?
Thanks,
Maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2017 01:38 PM
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