jQUERY HIDE FUNCTION IN MSCRM 2011 ROLLUP 12
Dear ALL;;i am getting a description field value into the html editor box .everything is working fi9 a part from that i am hdiidng the description field after getting the description text in tothe text...
View ArticleMarketing List Members with Silverlight and WCF Endpoint
Hi - I am to trying to create/remove marketing list members (contacts) from within Silverlight 4 app.I try using the Associate/Disassociate methods but they are not supported for ListMember.I am using...
View ArticleAccount form subgrid and related contact activity records
Hello all,I have been asked to show all related activities for an account (we usually create activities from contacts). I know that if I open an account I can do this by selecting Activities from the...
View Article[CRM 2011] Bug: dual email creation when replying to an existing email
I've found a bug in CRM 2011 (replicated Online, so using the latest rollup).When replying to an email attached to a Case (incident), the system may create an extra copy of the created reply.This...
View ArticleCRM 2011 Rollup 12 issue: Unable to cast type 'System.String' to...
Code Line: //invoke dialog from Silverlight ScriptObject result = (ScriptObject)HtmlPage.Window.Invoke("showModalDialog", url, args, features);Issue:Whenever above line of code executed from...
View ArticleCRM 2011: assign security role to a form programatically
Hi all,Is there anyway to assign a security role to a form programatically ?
View ArticleDownload annotation, ms crm 2011
hi ,my requirement is to download annotation in clients computer on click of a button.i went through a sample program in SDK to download attachment....
View ArticleFiltered Picklist in crm 4.0 ?
I have a requirement to create dynamic picklist for crm 4.0 ? so that we can add/remove element on dynamic basis based on other field value..something like filtered lookup..so my question is Is it...
View ArticleAdd ASPX page in ISV folder in CRM 4.0 ?
I have created an aspx page and copied the page to ISV folder..but I am not able to call the page in crm 4 ?What are the basic steps to deploy aspx page in crm 4 ?Unsupported customization is fun..keep...
View ArticleCreating an order from an opportunity - does not fire create message on order
I wrote a plug-in that fires on Order create to generate a unique order number (auto-numbering system). The order number is based on the "type of the order" (custom field), and the order numbers are...
View ArticleMS CRM 2011 Adavced Find View Link Entity Attribute data not displaying in...
Hi,One of our user has created a saved query which contains link entity attributes in the resultset and also filter conditions on the link entity attributes. But in the advanced find result, the link...
View ArticleCRM 2011 email Plugin: InputParameters.Contains("Target") == false ERROR
I am trying to to implement a plugin that parses the email body from html email to text.The problem is that for some reason pluginExecutionContext.InputParameters.Contains("Target") is false and the...
View ArticleCreating records using CRM 2011 programming reference
Hi everyone,What is the best way to programmatically create records in CRM for entities with custom attributes in a console app? I succeeded in doing this once using the Entity class. I am attempting...
View ArticleCRM 2011 HTML not rendered after localization
Hello,I have installed the Bulgarian Language Pack, from a solution I have exported the xml, made some modifications and imported it back to the solution.After that when I click on any drop-down menu...
View ArticleChange to Spanish language problem
All, I have installed the Spanish Language pack on our CRM 2011 server and it installed successfully. However, when I go to File > Options > Languages tab > select Spanish for User Interface...
View ArticleCRM 2011 - Reload parent form as read only or imitate the incident resolution...
I'm creating my own case resolution and it works fine, but I can't get the reload of the parent form to update with the new state?My scenarioI’ve created a new entity that acts as an incident...
View Articlehow to prevent duplicate emails?
Hello - I'd like to add some code to ensure that CRM doesn't send duplicate emails, for example, 2 identical approval request emails to the same approver. The following method exists in the codebase...
View ArticleEmail Replies Tracking as Unresolved
I have a Quick Campaign that sends out emails to a selection of Contacts.I have set my options to track any responses to these emails, which is done, however the sender of these replies (the Contact...
View ArticlePaging in crm 4.0 with RetrieveMultipleRequest and RetrieveMultipleResponse
HiI am reading CRM 4.0 data both builtin and custom entities.BusinessEntityCollection does not seem to work for custom entities, but it is the only way I can see to page through the data.I need to...
View ArticleCustom Workflow Activity IWorkflowContext error
I am creating a very simple test workflow activity. The following line is failing:IWorkflowContextcontext = executionContext.GetExtension<IWorkflowContext>();Unhandled Exception:...
View Article