created by field in sys_journal_field table populated from where?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 04:25 AM
I have BR works on incident table with when is before inserted or updated
based on some condition I insert additional comment using this command
current.comments="some text here";
and it appears correctly but it sets the created by to me" current user" instead of system
how can i solve this or edit it to make the created_by field to system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2024 07:12 AM
@yes it will work on before update also.
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2024 01:54 AM
Create a flow running as a System User and keep the trigger as per your requirement[Created or Updated] on the table record. And do the additional comment update as the update record action within the flow. I think this should meet your requirements.
If my answer helped you in any way, please then mark it as helpful or correct.