How to Apply Filtering to Multi-Series Chart XML
Hi All,I am working on a dashboard to show the number of new signups (series 1) against the number of new signups that checked a particular option (series 2). I followed the instructions here...
View ArticleConsistent colours on dashboard charts in CRM 2011
Hi All,I am currently carrying out some customisations on the dashboard charts in CRM 2011. I have been given the task of making all the colours on the charts consistent by priority. For example, I...
View ArticleTPL in Custom workflow in mscrm 2011
Hi,I am using TPL approach for creating task in mscrm 2011 workflow . Sometimes i am getting Invalid operation error{System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]:...
View ArticleUsing ExportSolutionRequest and ImportSolutionRequest
Hi,I wrote an application that export my CRM from one Organization and imported it to another. As part of the ImportSolutionRequest I am then publishing the imported customizations.One item which did...
View ArticlePossible to access MSCRM service when outlook is in offline
I have requirement where i need to provide external tool to access the data of offline MSCRM. if they are currently using online service then there is no issue. but the real requirement is when the...
View ArticlesetFocus() doesn't work
I try to set the focus on the description field of a support task or an email and it doesn't work any more after UR13var control = Xrm.Page.ui.controls.get("description"); control.setFocus();I don't...
View ArticlePlugin passing data problem how to solve?
Hello ExpertsI registered my plugin with pre and post operations to share data between plugins .In shared variables I am able to store the variable .but I can't retrieve in other plugin .shared...
View ArticleHow to use Shred Variable in pre and post operations?
Hi experts,I wrote code like followingin Pre-Operation: context.SharedVariables.Add("PrimaryContact", (Object)contact.ToString());In Post-Operation:Guid contact = new...
View ArticleDynamic CRM 2011 Checkboxes
I have found so many threads regarding the creation of checkboxes, and none of them I get working. Also found some saying that the...
View Articleremove locked field from header
hey all,i`ve got a field (default locked by system) twice on a form. one is in the body of the form the other one is in the header.i need to remove/replace the one from the header, but this seems to be...
View ArticleMaking a field required from a picklist value jscript
HiDoes anyone have a jscript i can use, which will allow me to make a field required based on a picklist value?ThanksJB
View Articleretrive resources from an service activity
hii`m preparing a report through custom BIDS report, but i am so newbie in it,the senario is : i want to retreive users which selected in resources in service activity.i checked...
View ArticleCRM Dynamics 2011 to Oracle 11i
I need to integrate Dynamics CRM 2011 with Oracle 11i.It needs to be 2 way integration, with some fields being update in CRM and some in Oracle, and I need to keep them in sync.Jim Hare
View ArticleScript error while accessing MS CRM 2011 in MS Office outlook 2010
Hi,I am getting the following error pop up when open MS CRM 2011 on MS Office outlook 2010,Any thoughts about this error?Krishn Prasad Shetty
View ArticleAsynchronous plugin - delete running as "system" user
Hi,This is a similar question to the following thread: http://social.microsoft.com/Forums/en-US/crmdevelopment/thread/016b7e05-7d84-416f-8e71-159c9782d36fIn CRM 2011 online I have an asynchronous...
View ArticleCRM 2011 - System Currencies (Knowledge base questions)
Experts,This is more like a knowledge base question and would like to see if you can share your input.In CRM 2011 on creating new Currency for Type = System, the currency code look up shows 174...
View ArticleChange the back round color of a date field in crm 2011
I have the following line of code that I would like to use to change the backround color of a date field. It works on a value field but on a date field it only changes the backround color around the...
View ArticleIframe web resource inside account form to set SIC attribute
Hi, I have a webresource inside my account form. I want it to set the SIC field to a certain value when clicked. function superUpdate() { Xrm.Page.getAttribute(“SIC“).setValue(“test”); } This function...
View ArticleSet the value of the option field that the user is on
I have an option set field that is that record status. When the user changes the record status, I want to do a few checks and if there are issues with the record I want to warn the user and reset the...
View ArticleNeed to query Audit history for opportunity entity
I need to join entity opportunity and 'Audit history' in opportunity to create a report, how to acheive this.I have seen that auditview does not exist in sql server.Thanks
View Article