I'm building a Model Driven App.
I am working with two tables - "PO Items" and "Purchased Items".
PO Items has a lookup column called "Item" that points to Purchased Items. Purchased Items has two columns - "Categories" and "Name".
On the form for a new PO Item, I would like to select the category from Purchased Items. Based on the selected category this options for Purchased Items (Name) would be filtered. How do I do that?
Thank you.