Internet 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 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 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 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 ArticleUpgrading Plugin from CRM 4 to CRM 2011
I need to upgrade this plugin from CRM 4 to CRM 2011: using System; using System.Collections.Generic; using System.Text; using FilterServiceQueues.CrmSdk; using Microsoft.Crm.Sdk; using...
View ArticleCRM 4.0 Conversion to CRM 2011 !!!!
How to do the same in CRM 2011 format????ICrmService crmService = context.CreateCrmService(false);systemuser callingUser = (systemuser)crmService.Retrieve(EntityName.systemuser.ToString(),...
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 ArticleMSCRM 2011 SOAP update method for currency(Money) fields
I need to update currency field like amount using SOAP request. I am not able to find the right solution for mony(Currency) field.Please help me .I used the following code to update my...
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 ArticleCRM 2011 assembly refrence in Visual Studio 2010
I would like to know the name of assembly refrence to use SystemUserSystemUser systemUser = (SystemUser)_orgService.Retrieve("systemuser", userid,newColumnSet(newstring[] {"firstname","lastname"...
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 ArticleNullReferenceException from CrmSvcUtil
Greetings, I am attempting to generate the early bound proxy class file for a CRM 2011 (RTM) but, after a delay of many minutes (probably around 15-20), crmsvcutil exits with the following error...
View ArticleHow to create a record in customeraddress enity
Hi Everyone,Can we create a 'customeraddress' entity record for a specific account/contact programatically through a plugin/custom workflow?Reply asapRavideep Bansal
View ArticleDistance between two address in mscrm 2011
Dear ALL;i want get the distance in km between two address in mscrm 2011 in a field on the form???
View ArticleRetieve Shared records in MS CRM 4.0
Hello All,Please help me how to retrieve only shared records in custom/customizable entities using sdk.ThanksKumar R
View ArticleUnhide the Merge Button on Account Ribbon - CRM 2011
Hi our older solution has hidden the Merge button on our accounts grid section in crm 2011. Now I am trying to unhide it. So i went in to the ribbon Diff Xml and removed the <HideCustomAction...
View Article