I need to fetch a list of phonecall entity records from the MS CRM database.
For that purpise i am using the ODATA Query,
When i use the ODATA query written below,
//hyd1303d/CR8CLTNew/xrmservices/2011/OrganizationData.svc/PhoneCallSet?
it works fine and gives me the results....
But when i try to access the Sender/Recipient of a record, it gives me error:
//hyd1303d/CR8CLTNew/xrmservices/2011/OrganizationData.svc/PhoneCallSet?$select=from,to
Error recieved:
"[HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.10411.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer"
Please provide any solution for this.
Thanks in advance.