I have some troubles doing some simple customizations with javascript on the form assistant (MS CRM 4.0).
I am using I am logged into a remote server for accessing Visual studio as well as MS CRM. I have taken sample code from SDK and trying to run the code:
We are using MS CRM 4.0 Standard Edition On premise. We have CRM users Internal Staff & External Staff. For Internal Staff we use CAL license.
If I have a 1:N relationship with A with B.Is there a web service method that I could use to remove the link between A and B[i] with out actually removing the entity B[i], if the Id of both are kno开发
I\'ve written code that can make a phone dial a number from a function call, that\'s done and dusted.
I have a task to change envelope icons on the main Activities view page (Work P开发者_开发问答lace, My Work -> Activities) for every row in the grid, depending on the custom status of the row in crm 4
Since the suggested way of storing plugins in MS CRM is via the CRM database, I figured it\'s about time to do something about the method I\'m currently using, which is storing the DLLs on the disk.
I\'m using microsoft dynamics crm 4 I inserted the following line to restrict a customer lookup to contacts only (no accounts):
We are migrating our application开发者_运维问答s from on-premise to IFD.We have some webpages that creates some kind of queries to the CRM Views (ie Select * from account). These queries work well in
Some of the plugins I wrote (re)calculate various prices, and I used Math.Round to keep results accurate with the default 2 digit setting in CRM.