Group: Forum Members
Posts: 20,
Visits: 264
|
Greetings,
Maybe this is a simple and basic question, but as we're new to SF, here it goes.
ProdutcTable (ProductBO)
- ProdCod (PK)
- VendorCod (FK) --> VendorTable (VendorBO)
Have a Maintenance Form with ProductBO(form bind) and VendorBO,
have also a Dialog to browse Vendors binded to VendorBO.
My question is how can I fill the VendorBO "on Navigate" so the info binded to it will follow it's parent FK.
The form contains no grids. Just binded fields.
I need the form to understand the relation and fetch the FKs data on ProductBO Navigate.
Thanks,
Alex
|