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
Radha Lingutla 11Radha Lingutla 11 

How to write RegExp Validation for custom Interest rate field in docusign?Example:2%---0.02

Best Answer chosen by Radha Lingutla 11
Raj VakatiRaj Vakati
Try this code
 
REGEX( IntrestFiled__c , '^\d{1,2}(\.\d{1,2})?$')