Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2020 10:51 AM
FYI, I had to change gr.addQuery('document_id', current.sys_id); to gr.addQuery('document_id', current.document_id); (not to mention changing gs.print to gs.addinfoMessage) to get this to work. But this was VERY helpful, thanks!