I have a database of award recommendations that holds a person's name and award they are being recommended for.
I want to display selected records from an external database based on the award_name I select form a drop down.
I am able to dynamically populate the dropdown and send the selected award name to a second page for display, but I'm not sure what to do next.
Do I write a custom code that accesses the external database, or can i just use db read with multirecord to get all the records with the selected award name then use custom code to display them.
Or is there some other way that's easier?
I want to display selected records from an external database based on the award_name I select form a drop down.
I am able to dynamically populate the dropdown and send the selected award name to a second page for display, but I'm not sure what to do next.
Do I write a custom code that accesses the external database, or can i just use db read with multirecord to get all the records with the selected award name then use custom code to display them.
Or is there some other way that's easier?