We have a table Region with different regions(NA,EMEA,APAC). We want to add another region here but that region should be seen only on incident form and it should not be seen on other module like change and catalog.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2015 09:48 PM
We have a table Region with different values(NA,EMEA,APAC). We want to add another data i.e. test but this test data should be seen only on incident form and it should not be seen on other module like change and catalog.
Any ideas please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2015 10:17 PM
If Region is a reference field on various tables then you could filter the regions using reference qual .
Reference Qualifiers - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2015 10:22 PM
Hi Mounika,
If the region field takes value from choice list then you can use:
void removeOption(fieldName, choiceValue)
in client script.
Kindly refer below link:
GlideForm (g form) - ServiceNow Wiki
Regards,
Arpit