Hello,
I'm building a custom page where I need to create a tree view using data from native Products and Knowledge Articles tables (Customer Service). For this I'm using a primary gallery (Products) and a nested gallery (Knowledge articles).
As there is a relationship between the 2 tables (msdyn_product_knowledgearticle), for the nested gallery I had the intention of using:
ThisItem.'Knowledge Articles'
just like I've done with other tree view (Categories - Knowledge Articles). But for this particular relationship it seems I can't reach the other side.
I would really appreciate some help finding how I can relate these 2 tables.
Thank you for your help!!