How to make chart's legends wider?
Hello,I have a pipeline type chart as a part of my dashboard. The chart has labels (or legends) docked to the right. The problem is that by default the text is cut at some point and three dots are...
View ArticleGet days since last modified
What I'm trying to do is get a number for the days since a contact was last modified, which I'll then use elsewhere in our code. I'm new to CRM development, so I'm hoping there's a simple reason why...
View ArticleMS CRM 2011 - Data from look up view
I have Weigh-in form.I want to add a new product to that form. This is done via 1:n relation and a look up. The product form gets a weigh-in number from weigh-in form. I want also that the product form...
View ArticleHow to Save file from CRM Report Server using javascript
Hey,I need to download specific report from crm form . so i place a button on ribbon to download the specific report.I wrote javascript code get report viewer URl of specific report when i click on...
View Articledropping relationship vs disassociate
What are the differences between just drop/deleting the relationship though the CRM interface like on the image below:if you click the X, it will delete the relationshipwhat happen there that would be...
View ArticleHow get View Id on Form
I have ribbon button on Lead home page.it working as if you click it it check the User Selectd view and Retrive records according to Selected View.function nextProspect(){ try { if...
View ArticleUrgernt help needed
I have been trying and failing at this for over a week now, and have to admit defeat.I'm trying to create a SQLCRL database project to add and update records from SQL to CRM2011. I have, with help...
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 ArticleNeed to impersonate the Calling user in CRM 2011 plugin to access an external...
I need to create a plugin that will access WCF services on different server but inside the same domain as the on premise version of CRM. I am not working in a sandbox, I am using a SSL certificate on...
View ArticleCRM 2011 : Silverlight save platform call
Hi,Recently I have been in issue in understanding while doing some troubleshooting with silverlight although I am not having deeper knowledge of silverlight terminology of crm Platform operations. I...
View ArticleCRM 2011 FormatException: Unrecognized Guid format.
HiThis is what Iam trying to do, I'm using XRMSVCToolkit to create opportunity products then associating with the parent opportunity. When I do advance view on opportunity product , I can see the...
View ArticleNeed to get activities related to originating lead as wel using fetch xml
Hello Experts, How to create the filter condition using fetch xml, similar to screen shot below. Which shows all the activities related to opportunity and originating lead.Below is the fetch xml which...
View Article[CRM 2011] Problem changing the email recipient in a plugin
We would like to be able to send emails to something other than system users, accounts and contacts. Meaning, we have a custom entity containing an email address, and a workflow which is supposed to...
View ArticlePass Booleabn & date to CRM
I am writing a SQLCLR database project, to update CRM from an legacy SQL server. I have had some great help, so far and thank you to everybody.I am expanding my original procedures but am stuck on...
View ArticleSetting a lookup value in CRM 2011 with Javascript
I'm trying to set a value in a lookup field in an entity from javascript but I can't get this to work.In a lot of my CRM forms I have taken to using a technique where I separate the data handling and...
View Articleusing CrmDiscoveryService to consume custom asmx from ISV folder in a IFD CRM
Im trying to consume this service from an external machine across the internet. I need to pass the credentialsbecause it keeps moving to the sign inpageI found most of documentation here using...
View Articleaccessing crm data withing ISV custom code
I have this scenario where after manage to bypass the sign in page with authentication, I still get a 401 unauthorised when trying to access the CRM entitiesthis code will let my web service return a...
View ArticleCRM 2011 Ribbon EnableRule ValueRule on custom statuscode is not working?
Hi Everyone,I am trying to disable/enable a ribbon button based on status code. Now this is working with default statuscode (i.e. 1 - Active), but not on customly defined statuscode.Anyone has...
View ArticleSQL Server real-time blocks in CRM 2011
Create Proc p_GrantInheritedAccess @ReferencingObjectId uniqueidentifier, @ReferencingObjectTypeCode int, @ReferencedObjectId uniqueidentifier, @ReferencedObjectTypeCode int As Begin SET NOCOUNT ON --...
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 Article