Hello,
I have the requirement to provide an web services which retrieves data (about one entity) from CRM. CrmService web service is not an option because it has a quite complex way of retrieving data, meaninng a have to build query objects in which I specify what entitty I am interested in. I need a method like: RetrieveOportunities(..).
One option I considered is to build this web service over CrmService, but this might not give me the needed performance, because it implies another web service jump.
The only other option I have in mind is to build my web service which directly accesses CRM SQL database and selects needed data from there.
- Is this posible? If yes how can I achieve this?
- Do I have other posiblility
- Is it a good practice?
- If I do this on CRM 3.0, will I have to do changes when I migrate to CRM 4.0?
- What do you think about this aproach?
Thanks in advance.
*This post is locked for comments
I have the same question (0)