Last work notes in Task notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2016 09:57 AM
Hi All.
I am trying to create a business rule which will be used in a email notification for when a Task has been updated. I would like the latest work notes to appear in the notification. In the business rule script I have current.u_work_notes = current.work_notes; and in the email notification I have Lastest Work Notes ${current.u_work_notes}
This does not seem to be working...any ideas
Thanks
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2016 04:09 AM
Hi Anupama
I have put current.work_notes.getJournalEntry(1) in the email notification and I am still getting blank. Should the business rule be amended?
Sorry for being stupid in the email notification should it be ${current.work_notes.getJournalEntry(1)}
Thanks
Chris Stangoe