How to auto populate the comments again in worknotes?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2023 02:32 AM
How to auto populate the comments again in worknotes?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2023 06:20 AM
Are you trying to copy additional comments into work notes?
You can create a before business rule on insert/update when 'Additional comments' changes. Then add the following script.
current.work_notes = current.comments.getJournalEntry(1)