function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Firas Taamallah 12Firas Taamallah 12 

Why validation rule on Contact impact other ocject ?

Hi ,

I created validation rule on Contact ; 

OR(ISBLANK(MobilePhone),ISBLANK(Phone))

Users start receiving error saving records on other objectvr
Why ?
David Zhu 🔥David Zhu 🔥
The error indicates a flow is trying to update a contact when doing the saving. You may check which flow is associated to saving record on this object.