When business rule triggered on table updated by is showing as username
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2023 03:35 AM
Hi All,
We have business rule on one table. when the state of record moved to close, the child related list records has to be canceled. It is working but updated as showing as 'user name' instead of system. How can we set it as 'system'.
Thanks in Advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2023 04:01 AM
Hi @abed123,
I think not possible to set the sys_updated_by or any system generated field by Business rule. Instead you can prevent by adding autoSysFields(false) – does not update system fields.
If my response helps you to resolve the issue close the question by Accepting solution and hit thumb icon. From Correct answers others will get benefited in future.