Forum Discussion

harsh's avatar
harsh
Helper I
9 years ago
Solved

CRM connection Query Needed !

Hello,   Right now I am connecting to CRM dynamics using Odata Feed and here is the query which is working.   https://cne*******.com/XRMServices/2011/OrganizationData.svc/cdi_surveyanswerSet?$fil...
  • Anonymous's avatar
    Anonymous
    9 years ago

    You should not write your query into your OData connection string. Just connect and use the query builder to pick a table and select columns. The query editor has a full set of tools for doing this which allows you to see the names of the columns so you don't get errors that you can't diagnose. See my answer in your other thread.