need to populate subcategory based on category
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2017 06:22 AM
Hi all,
i have a requirement based on the category ,subcategory is autopopulate
here subcategory is reference field..
Thanks in Advance..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2017 06:25 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2017 06:25 AM
Hi Bhargavi,
This can be done with a basic Business Rule condition.
Please check that possibility
Regards
Nimal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2017 06:25 AM
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.