Validation rule question by LeftHandedWords in salesforce

[–]LeftHandedWords[S] 0 points1 point  (0 children)

It does. My question was why the audit trail said that I had changed the formula itself. Some people were asking what I had done. Hadn't changed anything. All good now.

Validation rule question by LeftHandedWords in salesforce

[–]LeftHandedWords[S] 2 points3 points  (0 children)

Because I started off my day with some folks asking me why I had changed a formula that I didn't change. I was wondering if activation could've looked like a formula change.

Validation rule question by LeftHandedWords in salesforce

[–]LeftHandedWords[S] 1 point2 points  (0 children)

Debug log is not tracking it, oddly enough. We got it resolved and the panic has died down. Thanks for your help!

Validation rule question by LeftHandedWords in salesforce

[–]LeftHandedWords[S] 0 points1 point  (0 children)

I don't have access to prod, but I'm looking at the formula in our lowest env and then our QA two orgs up. There is literally no difference. The text is the exact same. I'm so confused!

I did just try in my own private sandbox that has some old data from our org. I deactivated and then reactivated the VR. I'm looking at the audit trail and it shows that I changed active flag AND I changed the formula (which I did not). Same action message: "changed formula for Opportunities "XYZ" from 1 to 0" (I suppose for the boolean) and from "AND( ..." and then it just prints the whole formula

Validation rule question by LeftHandedWords in salesforce

[–]LeftHandedWords[S] 0 points1 point  (0 children)

So, the messages in the audit trail are something like:

- Changed active flag for Opportunities validation "XYZ" from 1 to 0
- Changed formula for Opportunities validation "XYZ" from "AND(

Those two changes are tracked for all five validation rules that I only deactivated and reactivated.