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
Gunners_23Gunners_23 

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,

Navatar_DbSupNavatar_DbSup

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.