How to add comment as sys user in flowdesigner (subflow)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 06:01 PM
Hi, I am not a coder, so i am unsure how to add a comment to a RITM as the sys user in subflow.
Example:
I would like to know how to change that additional comment to be added as the sys user using:
current.work_notes.setJournalEntry(""messages"", 'System User');
At the moment the above is being added as the user who opens the catalog item
I hope that makes sense. thanks
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 06:03 PM
Actually, i just worked out if i run the subflow as the system user that seems to be all i need. Not sure if this is bad practice