- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2018 09:29 AM
Hello Community,
I am fairly new to servicenow, but i have a variable for my catalog item, that variable name is "ent_cost". I need to use some validation to make sure this variable isnt populated with crazy information, it just needs to contain a dollar sign, decimal and 2 numbers after it. ($0.00). For a client script which table do i look at the accomplish this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2018 10:02 AM
There is a pretty comprehensive client-script solution here that you could use.
Please mark this response correct if I've answered your question. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2018 10:02 AM
There is a pretty comprehensive client-script solution here that you could use.
Please mark this response correct if I've answered your question. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2018 10:09 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2018 10:12 AM
You'll want to use a Catalog client script. The catalog client script doesn't point to a table, it points to the catalog item that your variable appears under. Search for 'Catalog client scripts' in your left nav.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2018 10:16 AM
Thanks for the tip Mark, i am going to try this out now.