Writing to the activity log/Work Notes
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2014 01:28 PM
I'm trying to write to the work_notes field in a before insert business rule. i've tried:
1. current.work_notes = ".....";
2. current.work_notes.setJournalEntry('....');
I've seen #1 work but not consistently. I'm not sure if there is a scud missile effect going on as other things are being written to the activity log at the same time.
Does anyone have any advice?
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2014 10:00 AM
i actually found that another business rule was overriding it. i think i will turn that one into an async rule since this one must be a before. thanks