Hi guys,
I am making my debut in working with Code First ItemTypes.
One of my cases requires that I create an ItemType relation list (Inline) that will add some values in the database.
Separately, I need to be able to use those values in another DropDown list.
The problem I have is how to select them just for the current Area.
If I use the regular way, I can only list the Items that are set as Pages and/or paragraphs, which is not my case.
I can also try to select them using SQL but It might be a complex SQL since I have to filter them just for the current Area.
Is anybody having another approach on a more elegant and efficient way to do accomplish my goal?
Thank you,
Adrian