Is it possible to get to the authenticated user id from impersonated proxy...
It looks like if you have an OrganizationServiceProxy setup authenticated underUser A and then set the CallerId property to be User B, in the plugin context what you get is:context.UserId = User...
View ArticleConverting JS Soap Method from CRM 4 to CRM 2011
How can i get the following to work in CRM 2011 using the WCF endpoints? Thanks in advance. function GetOfficeName(OfficeId) { var xml = "" + "<?xml version=\"1.0\"...
View ArticleQuestion about old CRM code vs. new CRM code
Very new guy here and not a programmer. I will be seeking a programmers help but want to flush out the problem first. We have a simple calculated field that shows the profit made on a sale...
View ArticleCRM 2011 Online - Silverlight/WCF alwasy get an error
Hello!I have a SL 5 project.In the SilverlightApplication.Web I have a Silverlight-enabled WCF service, which connects to a Sharepoint and do something. (returns a byte[]) I use this as a Service...
View ArticleCRM 2011 : Plug-in failure due to heavy loded tasks. ( Suggestion )
Hello,I have registered a clone plug-in to copy quote and it's corresponding products. Plug-in works fine where there are nominal numbers of quote products say <30-70 but one of the quote which we...
View ArticleInvalidPluginExecutionException dialog does not show up - CRM 2011
Issue: In my CRM 2011 environment, the InvalidPluginExecutionException dialog is not showing up for some reason. We have some custom exception handling code in the plugin written as below. if (!valid)...
View ArticleLoad external assembly from plugin
Hi,Can anyone tell me From plugin can we load external assembly using reflection, and how to do itThanks
View Articleaccess denied error when close cases crm 2011
After UR 13 every time when users, that have access rights at business unit level, try to close/resolve a case get the following error Unhandled Exception:...
View ArticleCopy Record with associated sub grid in CRM 2011
Hi All,I have a record which contains a sub grid having some records in the subgrid. I am having a requirement wherein i have to copy the record data and the subgrid into another record, i.e. i need to...
View ArticleNeed to know how to insert a link to a dialog in a workflow email in CRM 2011
I have created a workflow that creates a CRM Email. In the body of the email I want to place a link to a Dialog. However the URL that I have for the dialog when clicled gives me the below error. I want...
View ArticleIs there a bug in the Ribbon Workbench that doesn't set ID?
I've been using the ribbon workbench to make a free solution for people that need to send Birthday Text. I've added a custom activity entity to the Account Ribbon called: "Send Text", but here is the...
View ArticleIE 9 & UR13
Hi,I have an ASP.NET application which can be loaded when clicking on a left navigation link on a custom entity. All was working fine, until recently I discovered that IE 9 and above fails to...
View ArticleDHide/Show of div in web resource does not work
HiI have an HTML web resource which holds a div with a busy message and refers to the circular CRM progress graphic. This works when the web resource is first painted then it is hidden using JQuery:...
View ArticleHide records dynamically without views
Hi Im trying to hide certain account records in the account entity dynamically without using views. is this possible and if so, how? Thanks in advance, Jon
View ArticleCRM 2011 Lead Connections and Lead Qualification question
Hi.When a Lead is qualified as an Account, Contact, or Opportunity, is CRM 2011 native behavior to transfer the Lead's connections to the Account, Contact, or Opportunity?If not (which I think your...
View ArticleCRM 2011 Pros/Cons: Upon qualification, transfer Lead's Connections to...
Hi.What would be the pros and cons of having a Lead's connections being automatically transferred to the Account, Contact, and/or Opportunity the lead qualifies to?This is not CRM 2011 native behavior...
View ArticleWhat are the best practices for workflows in a wait condition?
I've created a workflow on the Case entity, which always carries out an action on a field change, but the workflow then resets and waits again for any further actions through the duration of a case...
View ArticleHow to get current user Business Unit Details in CRM 2011 using C# Plugin
Hi,How to get the details of "Business Unit" of current Loggedin user in CRM 2011 using C# Plugin.Thanks,Kranthi
View ArticleDynamic crm 2011 FetchXML results into XmlTextReader to build an XML output
Hi I have got a little problem here to convert FetchXML web service response into an XML file out put.1. Retrieving FetchXml EntityCollection EntityCollection result =...
View ArticleIFRAME Web Resource to Update Entity Field
Hi,I would like to create an IFRAME in an Article entity using an .aspx page which contains a WYSIWYG editor to load, then update a field in an entity, specifically the content of an Article. I know...
View Article