crm 2011 : The formatter threw an exception while trying to deserialize the...
Hi allI'm having a strange exception for all retrieve request with dynamics crm 2011 web services since few day, always throw the same exception :"the formatter threw an exception while trying to...
View ArticleCheck whether a custom field is populated when the Resolve Case button is...
Hi all,I need to implement some custom functionality for a Case entity in CRM 2011.Basically in a Case I have a custom field called "Completed On". I would like to make it impossible to Resolve the...
View ArticleAudit CRM
i am extracting data from crm databases for one my application outside crm db, currently i am reading from crm tables and populating data in my local server, since this process taking long time, i...
View ArticleCRM 2011 - Atributes Name, SchemaName and DisplayName
Hi All,I have question regarding attributes name in CRM 2011.In CRM 4.0 if we go the Customisation area for any entity and click on "Attributes" we see result in a grid which shows 'name'(which is...
View ArticleChanging Forms via JavaScript depending on a field value
Hi,I am having an issue trying to auto change the form based on a field value. We are trying to have accounts that show "Parent" as their custmer number be routed to the Parent Account form while if...
View ArticleSilverlight DataServiceQuery $expand caching fields
I have a DataServiceQuery in Silverlight selecting from ServiceActivity and expanding on Contacts to return contact fields.I've noticed that if I'm in my application and viewing an SA it correctly...
View Articleattachevent on SubGrid onrefresh event
I wrote some some JavaScript code in CRM 4.0 that triggers when the datagrid inside of an IFrame refreshes. I have upgraded the system to CRM 2011 and changed the IFrame to a SubGrid. Now I am trying...
View ArticleInternet Lead Capture is going away, what will you use as an alternate?...
Hi all,I'm looking for an alternate to the soon to be gone Internet Lead Capture plugin and I would like to know what everyone recommends to replace this tool.I found this one below and I am going to...
View ArticleValue is Getting Null on Selecting Value from OptionSet
Hello Expert, I am Loading some value to an optionset on PageLoad. But when i am selecting an item the value is getting null in OptionSet What is the reason. Here is my code Below. Please suggest where...
View ArticleWill Plugin returns a value?
Hi All,Will Plugin returns a value ? For example wants to send account info after create/update to legacy application. Once push the values to legacy application in the plugin, I want to capture...
View Articlecrm 4.0 and crm 2011 - Automated Workflow
HI,I have one business scenario which i need to develop in CRM 4.0 and CRM 2011.Let say, i have created one oppoertunity. What i need to do is, after 5 days of opportunity creation, if products not...
View ArticleCRM 4.0 Translate CRM 2011
Could please translate the script below to crm 2011I'm new to CRM 2011if (entity.Properties.Contains("new_accountid")) { Lookup AccountId = (Lookup)entity.Properties["new_accountid"];...
View ArticleCRM 2011: The Relationship with Name = was not found in the MetadataCache
Hi all,I have an N:N relationship between two records and when I try to link an existing record within another record I get the error saying:The Relationship with Name =...
View ArticleMulti organizations CRM 2011
I do have two organizations in system does the below code works?IOrganizationServiceFactory serviceFactory =...
View ArticleDecode XML data coming from entity record in plug-in for "" characters
I've a plug-in that reads data from one of the entity record. Data is in XML format. When I read the data using CRM web service call, it is returning the XML tags ("<" and ">" characters) with...
View ArticleDebugging MS CRM 4.0 Plug-in using MS CRM 2011 Plug-in registration tool!
Hi,My plugin is 4.0 plug-in and migrated to CRM 2011, and trying the debugging from the debug option in Plug-in registration tool. I am getting the below error.I followed the below link to...
View ArticleOptionset in MS CRM 2011
I would like to know to get the value of Optionset that have 4 values.if (entity.Contains("new_priority")){String Priority = entity["new_ priority"].ToString();}hussain
View ArticleIs 3rd party dll in CRM 2011 supported in Silverlight custom pages
Hi,I am using the itext sharp dll to create a pdf document in CRM 4 now that we are moving to CRM 2011 we want to change the aspx pages to the Silverlight.I can add a reference to this dll in...
View ArticleCould not load file or assembly 'Microsoft.Xrm.Client'
Hi, We have on-premise Crm server, installed on small business windows 2008 server R2. Crm works fine, but from time to time, it freeze. I don't know why :-( But I have found this error in...
View Article