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

Incorrect argument type for function 'REGEX()'.
I have a field like 'Apartmentnumber'.data type number(16,0).
for this i have written validation like this
NOT(REGEX( Apartment_Number__c, "^[0-9]+$"))
i am getting an error
Incorrect argument type for function 'REGEX().
can any one solve this validation
for this i have written validation like this
NOT(REGEX( Apartment_Number__c, "^[0-9]+$"))
i am getting an error
Incorrect argument type for function 'REGEX().
can any one solve this validation
Use the below rule, it will work
Let me know if you need any help regarding this.
Thanks,
Vijay