- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 07:36 AM
I have a catalog item with set of variables
we're concerned about two
request_type which is a reference variable
and a service_offering variable which is a select box with three options
"add" , "update" , "remove"
what i want to do is to remove the option "remove" when the request type is one of two values
I've uesd catalog client script to do this but nothing happen and the condition isn't evaluate to true
I've tried newValue.sys_id and newValue.getValue('sys_id') but nothing change
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 08:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 07:46 AM
Hi @Mohamed Taha
Change the client UI Type
Thank you
Esh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 08:35 AM
Change to what ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 08:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 01:05 PM
Thank you