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
pavanthetechpavanthetech 

How can i validate Text field

Text Fieldsshould be numeric with special character.

I used like this but its not working.

 

 ( REGEX( Your_Text_Field__c , "[<|>]?[0-9,]+") )

Navatar_DbSupNavatar_DbSup

Hi,

 

When you enter the data start with like "<48" or ">10,000,000" your regex will work.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.