Issue while creating a Team using Dynamics CRM Plugins
Hi,I am developing a plugin to create a team dynamically. I am getting some issue related to the business unit id.Below are the code.var context =...
View ArticleRE: Issue while creating a Team using Dynamics CRM Plugins
Hi,you need to set the values as EntityReference, not only the Guid.//create a teamEntity team = new Entity("team");team["name"] = "Test Team";team["businessunitid"] = new...
View ArticleRE: Unable to connect to CRM online with 2011 outlook plugin over Outlook...
Grettings MohammadWe have about 30 PC's connected and sync to CRM with the same plugin, same updates, same subnet, its this one in particular, it had no problem connecting with that url using that PC....
View ArticleMicrosoft Custom Code Validation Tool not loading Web Resources
I just downloaded and installed the Tool and it is not loading the web resources. In the top left box I see a empty box so there's nothing to scroll to see my results.I read that there may be issues...
View ArticleRE: Microsoft Custom Code Validation Tool not loading Web Resources
There's been a new version 1.0.0.3 of Custom Code Validation Tool released on Microsoft Download: www.microsoft.com/.../details.aspxI didn't encounter the same kind of errors with loading web resources...
View ArticleRE: Cannot add server in existing deployment: Requested value 'Geo' was not...
Hi Amit,yes fixit enabled to go beyond error in title.I had to use IgnoreChecks tweak to be able to start setup despite of "The Product key is not compatible with installed version of Microsoft...
View ArticleCannot add server in existing deployment: Requested value 'Geo' was not found.
Hello,we have two healthy CRM 2011 UR13 server on an SQL2008R2 cluster back-end.When attempting to install 3rd server, we had to bypass key and db version checks with registry entry decribed in the...
View Article"E-Mail Might Contain Script..." on email history
Occassionally when viewing email from the history, a small notification bar will appear stating the following: "The e-mail below might contain script or content that is potentially harmful and has been...
View ArticleRE: "E-Mail Might Contain Script..." on email history
Hi All,I have written a simple JavaScript method to hide the script warning message. This function needs to be called onload of the email form. This is quite unsupported as Microsoft does not recommend...
View ArticleRE: What triggers the email Script warning?
Hi All,I have written a simple JavaScript method to hide the script warning message. This function needs to be called onload of the email form. This is quite unsupported as Microsoft does not recommend...
View ArticleWhat triggers the email Script warning?
Anybody knows what triggers the script warning in the email window that can be seen most of the time so that something can be done about it?According to what I have read on the net, it cannot be...
View ArticleXrm and Silverlight web resource
Hi Guys and girls,I have a xrm webresource which is used outside crm (i.e. button click on ribbon, opens web resource). How can I pass parameters to thsi web resource? Thank you.Kelvin
View ArticleRE: Organisation Import from CRM 4.0 to CRm 2011
Check out this article from the PFE Team: CRM Upgrade Best Practices
View ArticleOrganisation Import from CRM 4.0 to CRm 2011
Importing a CRM 4.0 (162GB) Organisation to CRM 2011 is taking 2Hours. Would any one please suggest some tips to speed up the import process. On CRM 4.0 we are on Rollup 20.Thank you.
View ArticlePrint customization in cases
I am using Microsoft dynamics crm 2011 on premises and I want to know can we print the case no. on the print of case as right now I am not able to achieve this. how can we achieve this??
View ArticleRE: Print customization in cases
I'd suggest adding the case number field to the header of the form. By default it just shows up at the top of the page and is subsequently not printed. If the field is on the form someplace it should...
View ArticleRE: Distinguish between suppliers and clients
I would suggest potentially making a new field to track the type of contact. If you don't plan on having many types of contacts in your system you could use a boolean/two option field - say called...
View ArticleRE: Distinguish between suppliers and clients
Hi Jason,Thanks for your very quick reply.In actual fact, we may have 5 or 6 possible types. I have been looking into this a bit more, and I think that we would want to have these types associated with...
View ArticleShow accounts in dynamics crm 2011 using silverlight.
hi m new to the dynamics CRM 2011. and i want to show all accounts using custom button which i have added already, at the main ribbon. now i want to show all accounts when user click button.please help...
View ArticlePrinting issue with CRM 2011 in the Cloud
Hi folks, when we try to print a list of members from the a marketing list it previews all the member fine in the popup screen but will only print out one page no matter what print option I select....
View Article