Hi Techies
I'm trying to retrieve all accounts and their primary contact name using the below query.
The error i'm getting with this is "The navigation properties are not supported with $select clause","type":"Microsoft.Crm.CrmHttpException","stacktrace":" at Microsoft.Crm.Extensibility.OData.CrmODataUtilities.ThrowIfSelectClauseHasNavigationProperty(SelectExpandClause selectExpandClause, Bool".
Is this expected ?
FYI. The same query for a specific account is working fine (shown below)
Is this kind of a limitation with Web API, which wasn't documented ?