I want to create a "numeric" and "currency" type variable in catalog item

Vaishnavi35
Tera Guru

Hi,

 

I have a requirement to create two variables which are off Currency and Numeric type variables.

 

Thanks,

Vaishnavi

6 REPLIES 6

Sourabh Akiwate
Giga Expert

Hello Vaishnavi, 

 

You need to create string field and by using "Validation regex" field you can validate the field should be allow only numbers.

Follow below steps to Create regex record;

Regex table :question_regex

Regular expression : ^[0-9]*$

Validation message : Field allow only

numbers

 

If you find this useful please mark my answer correct

Thanks

Nick43
Tera Contributor