Why would a Before Insert Business Rule on sys_user table affect existing records?

Chris Cardenas
Tera Contributor

We had a situation where we tested a Business Rule that runs Before Insert on the sys_user table.

The goal was to target new account creations and adjust them to Web service access only

However shortly after creation it affected a large amount of already existing user records.

Why would this happen? I believed that a Before Insert rule would only run/affect a new record being created?

ChrisCardenas_0-1730836087375.png

 

1 ACCEPTED SOLUTION

jcmings
Mega Sage

As some of the other commenters have posted, something else is causing the issue; you are correct that the Insert BR will only fire on new record creation. I'd look at other BRs and scheduled jobs you have.

View solution in original post

10 REPLIES 10

Apologies for the back and forth.

 

After further review, we did find a Flow that we ran in Flow designer seemed to be the cause.

 

Thank you for all of the help everyone.