need to populate subcategory based on category

bhuvana
Kilo Guru

Hi all,

i have a requirement based on the category ,subcategory is autopopulate

here subcategory is reference field..

Thanks in Advance..

3 REPLIES 3

Chuck Tomasi
Tera Patron

If category is a choice field and subcategory is a reference field, you can use a reference qualifier on subcategory to filter just the subcategories that go with that category. You'll need a field in your subcategory table (technically the table referenced by subcategory) to identify the dependent category choice that each record goes with.



You should be able to do this without any script using a simple reference qualifier and the condition builder.



https://docs.servicenow.com/bundle/istanbul-servicenow-platform/page/script/server-scripting/concept...


nims__
Giga Contributor

Hi Bhargavi,



This can be done with a basic Business Rule condition.



Please check that possibility



Regards


Nimal


abhishekdash
ServiceNow Employee
ServiceNow Employee

Hello Bhargavi,



Please see below. I hope it helps:



Record producer - How to load Subcategory based on Category



Thanks,


Abhishek



If this reply assisted you, please consider marking it Correct, Helpful, or Like it.


This helps other customers to learn from your thread.