Hi,
I am trying to workout how to use cascade feature with this hierarchical data set.
Object Type of Brand with fields of Id, Name
Object Type of Product with fields of Id, Name, BrandId
As you can see the Parent and Child objects have the same Primary Key name, and the parent key is the object name with Id suffix,
From the examples I have seen and various other posts etc, I think the primary key name is is the object name with Id suffix.
I did set up with the various Id names etc and my odata call uses the Id in the filter on the Products.
/odata/products?$inlinecount=allpages&top=100&$filter=Id eq 1
where it should have been
/odata/products?$inlinecount=allpages&top=100&$filter=BrandId eq 1
So my question is can you specify the parent field name. If not I think this should be an additional feature for this widget.
Regards
Richard...
I am trying to workout how to use cascade feature with this hierarchical data set.
Object Type of Brand with fields of Id, Name
Object Type of Product with fields of Id, Name, BrandId
As you can see the Parent and Child objects have the same Primary Key name, and the parent key is the object name with Id suffix,
From the examples I have seen and various other posts etc, I think the primary key name is is the object name with Id suffix.
I did set up with the various Id names etc and my odata call uses the Id in the filter on the Products.
/odata/products?$inlinecount=allpages&top=100&$filter=Id eq 1
where it should have been
/odata/products?$inlinecount=allpages&top=100&$filter=BrandId eq 1
So my question is can you specify the parent field name. If not I think this should be an additional feature for this widget.
Regards
Richard...