Hello, i stumbled with a problem and i hope someone could offer some help.
I' am aware that the entitlement product is not really an entity but a Relationship, i can create the Entitlement Product in a plugin, using C# with an associate request, no problem there. But i can't find the way to make the equivalent to a QueryExpression in a RelationShip.
The closest thing that i found in the documentation is this link:
docs.microsoft.com/.../gg328149(v=crm.8)
but i'm being unable to translate that in a working query.
I have an entitlement with entitlementid X, what's the correct syntax to get all the entitlement products where entitlementid_value is equal to ID X ?
Thank's in advance,