I have a table with dozens of pickers and their values. It has a simple structure with a PickerID, PickerValueID and PickerText.
I pass in a PickerID and get a selection of PickerIDs and values to display in a drop down.
I guess the last line should have read:
I pass in a PickerID and get a selection of PickerValueIDs and values to display in a drop down.
right?
Anyway it's not clear enough
Please specify the table structure (Fields types, PKs and any constrains)
Also a sample of data (few rows) would give me a better picture.
If I create a SubType for an Entity based on the PickerTable then any query direct to the PickerTable won't return values unless covered in the sub types. So I can't have a project with both the editor of the Picker Table and the sub-types.
Is there a way to both have sub types, but also access the main PickerTable freely in an Entity?
If you fetch the SuperType, all entities in the table will be returned, since all of them are of that type.
Another option is to re-map another entity on the same table and use it without regardless of the previously mapped hierarchy.