Help Updating Work Notes using a REST Message
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 06:29 AM
I'm having issues with updating the work notes using a REST message.
Script Include:
request.setStringParameterNoEscape("notes", incGR.work_notes);
Any idea what I'm doing wrong?
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 06:50 AM
Hi @Randy33 ,
pls try this way
request.setStringParameterNoEscape("notes", incGR.work_notes.getJournalEntry(1));
Thanks,
Danish