I\'m working for the first time on a MS Dynamics CRM 4.0 project. Our company has a high number of remote employees and even more remote consultants. As such it will be necessary to make the CRM solut
I have a custom page (isv) used in a crm 4.0 solution (through IFrames) and I want it to support multiple languages. I have localized it using resx files, but the UICulture defaults to english event t
I found this docu开发者_如何学Gomentation: http://support.microsoft.com/kb/917948 Does anyone have a better suggestion to accomplish this task?I used this document a couple of times to move from a SQ
The CRM SDK says this is possible but the following code fails. Does anyone know why? var request = new RetrieveMultipleRequest();
I have a MS CRM 4 form where when certain fields are changed, I need those fields to be written to an excel sheet.
I\'m setting up a proper dev environment for my client (dev/qa/stage/prod). I\'d like to find a way to export reports so we can cleanly move from one environment to the next.Custom RDL type reports ar
What is the best way in terms of speed of the platform and maintainability to access data (read only) on Dynamics CRM 4?I\'ve done all three, but interested in the opinions of the crowd.
It doesn\'t look like Dynamics allows for recurring appointments. I found a tutorial for recurring service activities, but I do开发者_开发技巧n\'t really follow the portion where it sends a SOAP objec
I need to set the value of a field in a form via JavaScript. The source of the data is from another source, via an IFRAME.I\'m running this code in the onload of the ASPX page in the IFRAME:
I have created a web page (ASP.NET) that includes a stylesheet to mimic Dynamics CRM styles. This is to be used in a CRM IFRAME (within a form).