Hi Guys,
I have this situation where I want to list all ItemType based pages witha specific value for a field.
Let's assume the Field is Product and The ItemType is ProductPage.
I want to list all ProductPages that have a value of XX in the field Product.
So far, my ideea is to use a sql query on the ItemType_ProductPage table and retrieve the ID for all lines that fulfill the condition above, then try to grab the Page link using somethink like GetPagebyItemID("ID"). I am not sure if such a function even exists or if it's a simpler way to acomplish my objective.
Any ideeas are welcomed.
Thanks,
Adrian