I am integrating DynamicData into an existing website, to take advantage of, among other things, DynamicFields.
My quandry is this:
When doing an "insert" of a new record into a "Coordinators" table, one of the columns is "city_ID". This "city_ID" has a foreign key relationship to the "city_ID" column of the "Cities" table.
Of course, there is a "City" column in the "Cities" table, which holds the 'common' name of the city.
What I would like, is that when the "Coordinators" table record is being viewed, that the 'common name' be shown, as well as the dropdown, in insert or edit mode, show all of the values in the "City" column to the user, but insert the value for 'city_ID' on edit/insert.
What is the best way to accomplish this, using DynamicData?
Is it something that can be done globally(in the class), or is this manipulation within the code of each page?
Thank you for any ideas or suggestions!
,Gary