- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 02:35 AM
Based on the Business Unit selection, I am looking for the option to add a Generic Email id to the watch list. Can anyone suggest best practices on the same?
Thanks In advance
Solved! Go to Solution.
- Labels:
-
Request Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 04:28 AM
Hi @surajsukuma ,
You can create OnChange catalog client script and select the field as Business Unit.
Write script like below.
if(newValue!='')
{
g_form.setValue('watch_list_variable_name','test@abc.com');
}
Please mark my answer as correct and helpful if it helps to resolve your issue.
Regards,
Namrata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 03:05 AM
Whether external email addresses can be added to a watch list field or not is controlled by no_email dictionary attribute. See: Hide email addresses in a watch list
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 03:13 AM
I Looking to add value in the WatchList field based on variable selection,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 03:33 AM
Have you tried an onChange client script? Was exactly did not work? To manipulate fields from a client script, you need to use methods of the GlideForm API.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 03:40 AM - edited 07-15-2024 04:08 AM
I tried OnChange Client Script Didnt work
I created BR, its working on the update case, Not working in when create new Request, I need for Insert as well