Calling WCF service from Plugin fails
Hi there,I am trying to call a WCF service from a plugin. But it fails with the exception:Request for the permission of type 'System.Security.Permissions.EnvironmentPermission, mscorlib,...
View ArticleDelete Button Keyboard Shortcut on Emails
Why is the Keyboard Shortcut for Deleting an Email CTRL + D ??? That doesn't work in IE 9 because it just offers to make that page one of your Favorites!!!! Why did the CRM team do this? Has anyone...
View ArticleDataServiceQuery with a WHERE on an EXPAND field
I have a DataServiceQuery in Silverlight querying the ContactSetDataServiceQuery<Contact> query = (DataServiceQuery<Contact>)LSLContext.ContactSet .AddQueryOption("$select",...
View ArticleAudit data changes in Dynamics CRM Online
Hi,I have to create a custom report to list: - all the expired tasks; - a detailed history of the"manipulations" on the expire date (for all of these tasks).In CRM Online version is there a way to...
View ArticleSQL to FetchXML
Can anyone help me convert the following to FetchXML?DECLARE @LeadvsOpp TABLE ( [ID] UNIQUEIDENTIFIER NULL DEFAULT(NULL), [Name] NVARCHAR(50) NULL DEFAULT(NULL), [Lead_Potential_AUM] MONEY NULL...
View ArticleWeb Resource Visualization - Underlying Data
Hello everyone, I'm trying to create a Web Resource Visualization (WRV) using a HTML page.When I create the visualization xml I can successfully add a "string" as a datadescription.eg.:...
View ArticleCRM 2011 charts
I'm wondering if there an easy way to import asp.net charts in CRM 2011? How would I import the aspx page? I don't think hosting aspx within ISV would be a good idea or do I need to migrate my aspx...
View ArticleJavascript generates Unhandled Exception
Hi,I'm investigating an issue with the revise quote function of an active quote.Had the error in RU11 and also in RU13.It always throws an Unhandled Exception : The entity cannot be updated because it...
View ArticleCRM 2011 Ribbon Defaults to Custom Tab
In our implementation, we have removed the upgraded ISV tab (KB 2501761) and added a custom tab in the ribbon. This customization is part of an unmanaged solution that we move through different...
View ArticleGetRelatedEntities("Contact_Phonecalls") get nothing
I am try to get contact phonecalls, so I use GetRelatedEntities, however, it return nothing. the flowing is the code:foreach (Xrm.Contact one in contacts.Entities) {...
View ArticleSoap Retrieve Multiple not Returning the right results
I am trying to use a soap call to summarize multiple records in a web resource to show up on a form.The result.length returns 0 but if I add namespace I see 3 which is the correct number of records. If...
View ArticleIFrame - Reference to WebService DLL !!!
<p>Hi,</p><p>I have an extension page hosted inside CRM 2011 under ISV folder. </p><p>I am able to pass an entityID into the extension page as well....
View ArticleGet the RelatedEntities/RelatedEntityCollection from an Entity in CRM 2011-SDK.
Hello Guys:My question: I have an entity (salesorder) which has many entities related, but when I call the property: RelatedEntities, it doesn´t turn anything:Please your help, to see if it´s ok, the...
View ArticleHow to override Stage 30 - Platform Core Operations calculations
This is a follow-up on a previous post of mine. While the previous post is code-based my question now is more concept based.I want to override the calculations on salesorder and salesorderdetail. I've...
View ArticleMS CRM 4.0 Import customization giving unhandaled exception when window...
Hi All, I have upgraded my database from 2005 to 2008 R2 , previously we were using Windows Server 2003 on both application and DB server now we have upgraded it to server 2008 R2, now while import...
View ArticleCRM 2011 Get Lookup Text Value
Dear All,I wrote a plugin. I am trying to create account category record after creating account where I need one lookup Guid and the Text Value. I am getting Guid value. But lookup text value also i...
View ArticleUpdate lookup field of Contact using SOAP Javascript
Hello Experts, i am trying to update the ParentCustomerId (lookup) in Contact entity but the field is not updatingI am doing like below Please suggest where i am wrong.typeName="contact"; var xml =...
View Articleextract substring crm 2011
Hi all,I would need to extract a substring from a string in CRM 2011.In fact I am using the automatic numbering for quotes, incoices etc........but I wish to extract the number wich is in the middle...
View ArticleError property 'getValue' object is null
Hello all I have been bashing my head around this problem for a while now and have been unable to resolve this issue..I am attempting to set a default system account to a lookup field then overwrite...
View ArticleDialog Response Values not available for "Two Option" optionset fields in...
Problem: Dialog Response Values not available for "Two Option" option set fields in "Create Record" Dialog step.I've checked, re-checked AND checked again the configuration of the option sets in the...
View Article