I want to create a "numeric" and "currency" type variable in catalog item
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 11:08 AM
Hi,
I have a requirement to create two variables which are off Currency and Numeric type variables.
Thanks,
Vaishnavi
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 01:04 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2023 08:31 AM