SumedhaWeerasur
7 years agoQrew Cadet
Dynamic form filter
I have the following relationships defined.
One vendor has many purchase orders
One vendor has many vendor contacts
In a purchase order form I want to be able to add a vendor from a drop down list ( which i am able to do by defining a look up field)
but i also want to be able to see which vendor specific contacts there are in the system and select a contact from a list..
So the functionality i am looking for is.
In a form defined in the PO table. I pick a vendor from a drop down list.
Based on the vendor i have selected a vendor contacts dropdown ( or something similar if i drop down is not possible ) shows me all the contacts we have on file for the vendor. The user then selects a contact from the list..
Below is an entity relationship diagram for the defined tables..

One vendor has many purchase orders
One vendor has many vendor contacts
In a purchase order form I want to be able to add a vendor from a drop down list ( which i am able to do by defining a look up field)
but i also want to be able to see which vendor specific contacts there are in the system and select a contact from a list..
So the functionality i am looking for is.
In a form defined in the PO table. I pick a vendor from a drop down list.
Based on the vendor i have selected a vendor contacts dropdown ( or something similar if i drop down is not possible ) shows me all the contacts we have on file for the vendor. The user then selects a contact from the list..
Below is an entity relationship diagram for the defined tables..