- 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 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 08:32 AM
That's one of the possible ways to deal with it. Whether it is appropriate or not depends on specific details of the use case, which unfortunately haven't been provided by the author of the question. Trying to solve a problem that has not been clearly defined can lead to unexpected results.
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/