Hi,
We are trying to integrate Microsft CRM with our software and We use SOAP SDK for this integration.
We also use entitymetadata.xlsx for the entity reference. From the above reference doc, we are able to use userquery to get all the view names and Id’s. But, we are not sure how to fetch the records from this views. The below link very useful for validating and executing saved queries. This sample is using the C# programing language and I could see the following objects to execute the userQuery through the code. 1) ExecuteByIdSavedQueryRequest 2) ExecuteByIdSavedQueryResponse But, I dont see the above objects in the SOAP stubs. Could you please help me, How to execute the UserQuery/SavedQuery( basically views) to fetch the records. Thanks, Baskar.S |