I have the following object model:
I have a maintenance form to maintain BOMain objects. The form has a drop-down list to choose a BOLookup to link the BOMain instance to.
The problem I'm having is with the BOLookup drop-down list. I cannot get any items to appear in the drop down list. I can confirm the following:
I'm expecting the drop down to sync with the correct linked object for existing records and allow the user to choose an alternate linked item to link to
When I run the app, the drop down list on the form is always empty. When the drop down is expanded, it shows a number of "blank" rows (which is the same number of rows as there are in the Lookup table so I'm assuming the relationship is "working" but the UI isn't set up correctly)
Any ideas what I've missed?