Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2020 08:24 AM
Hello Sadashiva,
You could create onchange Catalog Client script for catalog item. where variable is your sub category.
in script write the script.
function onChange(control, oldValue, newValue, isLoading) {
if (isLoading || newValue == '') {
return;
}
var messgae = "This is a messgae " + newValue;
g_form.showFieldMsg('location', messgae, 'info');
}
Thanks,
Sagar Pagar
The world works with ServiceNow