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.

mounika58
Mega Expert

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

2 REPLIES 2

Gurpreet07
Mega Sage

If Region is a reference field on various tables then you could filter the regions using reference qual .


Reference Qualifiers - ServiceNow Wiki


arpitt
Tera Expert

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