- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2020 01:58 PM
Hello Team - What is the easiest way to add a currency question using a variable please for a Service Catalog Item, for example:
What is your card limit?
Customer to enter an amount in hundreds ie $100 $200 or $1000 or $100.00 $200.00 or $1000.00
Thank you.
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2020 02:05 PM
You have to write client side scripting here , Kindly have a look on below thread.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2020 02:05 PM
You have to write client side scripting here , Kindly have a look on below thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2020 04:39 PM
Creating a 'Variable Validation Regex' works - great thank you Harshvardhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 01:15 PM
If you use flow designer you can pass a variable from a catalog form into a flow variable and then apply a string transform to a number and pass that variable into a numeric test. For example is a value submitted on a form is >$1000 you can use an IF statement to test the flow variable instead of the catalog variable.