When business rule triggered on table updated by is showing as username

abed123
Tera Contributor

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!

5 REPLIES 5

Mohan raj
Mega Sage

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.