You need to sign in to do that
Don't have an account?

VR on Text Fied
Hi,
In Opportunites object, i have to create a VR on "Opportunity Name" field such that Opportunity name should be 'X Account Name'. I tried using Begins and Contains, its not working.
Need some Help!
Thanks,
Hi,
Try the below validation rule:
NOT(CONTAINS( Name , Account.Name ))
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.