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 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 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 Shared 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 ArticleCRM 2011 : SetDisabled on multi-line text field, cannot scroll in IE
I have a process where I if a case/incident is considered 'Closed' we disabled most of the fields on the case except for the one where you can re-open the case. So I have some JS code like this in the...
View ArticleHosting WebAppWalkthrough on Application Server
I have set up the SDK WebAppWalkthrough on my PC and can run i through Visual Studio.I would like to host this on an Application Server which is not a CRM server.Anyone know if this would be possible...
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 ArticleCRM 2011 integrated with SharePoint 2010 - Sandboxed Code Host issue
Hi All,I have CRM 2011 integrated with SharePoint 2010 via the crmlistcomponent. Everything works fine for me and I am able to upload documents to SharePoint from CRM. I have noticed that this works...
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 ArticleOdata query for CRM 2011 to be updated for rollup 11 - need to stop using .Value
With CRM 2011 Update 11 I need to stop using .Value (blue issue http://blogs.msdn.com/b/crm/archive/2012/06/21/microsoft-dynamics-crm-2011-custom-code-validation-tool-released.aspx)Can't see how to...
View ArticleHow to financially recognize a product line item from Orders
We are in the software business and when we sell add-on annual support it can only be recognized over a 12 month period, so each month we must make an entry of 1/12 of the amount. I'm trying to find a...
View ArticleQuestion about Plugin Registration Messages Import/ImportAll/ImportWithProgress
Does anyone know if I can use the Import/ImportAll/ImportCompressedAll/ etc. message to run a plugin after importing a solution? im trying to parse through the customization.xml file that is...
View ArticleCRM 2011 Date Difference (in years)
Good Morning,I am trying to calculate the age of a person from the date of birth and am not having any luck. I have found some examples on like but nothing that is working. Can some please tell me...
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 Article