Different plugins for different Business Units
Situation: I have created 2 Business Units, say BU_A and BU_B. For some reasons they use same default entities, but differ in forms and plugin logic.The Question would be:Is it possible to make two...
View Articleset result of fetcxml in crm 2011
hi everyone,i create a fetchxml on opportunity form it checks that potential customer has a contact or notif it has a contact i want to show full name of contact i can control and return alert...
View ArticleObject Expected error
Hello,I'm getting object expected error when i run the below code. Below is the html web resource called in iframe. Please let me know why i'm getting this error and help me to solve...
View ArticleRetrieve template CRM 2011
Morning everyoneI need to retrieve a template used by the email activity. How can I do it? I have not found any reference on CRM that allows me to retrieve that, because the email don't keeps the...
View ArticleLoad All entities to a look up and Selection of any entity Populate Another...
Hello Experts I have two lookup where i would like to load all entities to a lookup and selection of any entity, another lookup should populate with all corresponding attributes. How should i do it....
View ArticleImport Huge Leagacy Data
Hi,We want to import around 20 lakhs of records from excel. I want to know what the best way of importing records performance wise is..Net custom Application using Web Service CallsSSRS/SSIS using Web...
View Articlecheck "Notes" is enabled or Not , MS CRM 2011
hi,any suggestions how to check, "Notes" is enabled or Not to an entity in plugin(c#)?
View ArticleRecursive read lock acquisitions not allowed in this mode in C#
I got this error when i am trying to connect CRM 2011 office 365 Online organisation Exception -- Recursive read lock acquisitions not allowed in this mode. Stacktrace -- at...
View ArticleError in Retrieving Attributes using MetaData Service
Hello Experts, I am able to get all the Entities. But when i am retrieving the Attributes the error is coming as SDK is Undefined. Here i am doing as below. Please suggest where i am wrong. function...
View ArticleCRM Email Issues
Hi,I have configured Email router for MS CRM 2011, And in the "Load user" step the users wr also successfuly loaded.Now When I m trying to send a mail from that user,The mails are in pending send...
View ArticleConfiguring MS CRM Outlook with External CRM URL Not working
Hi all,I have configured MS CRM 2011 for MS office outlook in my office system and i have an External URL to access our crm from home.In my home PC I can access crm in web client using external url....
View ArticleFiltering Contracts by Customer for a Case entity in CRM 2011
I am migrating my Dynamics installation from CRM 4 to CRM 2011. In my original installation the Customer/Account dropdown in a Case entity has an onchange event which filters Contracts for the selected...
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 ArticleContact Associated View is not refreshing in Account form
When user clicks on Contacts, user can see contacts associated with this account. In this view users are not getting New Contact ribbon button, getting only “Add Existing Contact” ribbon button.We had...
View ArticleCannot alter email "to" field on plugin pre-create
Hello,I'm trying to alter the "to" party field of an email entity, via a pre-create plugin. I manage to change the subject, for example, but the "to" won't alter. Here's the code:Email email =...
View ArticleCRM Import failure - transactioncurrency_DuplicateBaseRecord
Hi All,I am exporting the CRM customizations from our DEV environment and importing into a Test environment. During the import, I am getting the error "A SQL Server error occurred". The detailed...
View ArticleField not saving data
I have any issue, maybe someone has seen this before and handle it. I have a coupld of custom fields on Quote that I am using to do a calculation and then saving the reulting value to the OOTB...
View ArticleConvert LINQ to DataServiceQuery Difficulties
I have the following query running in LinqPad 4 but cannot convert it to a usable DataServiceQuery.from a in ServiceAppointmentSet join b in ContactSet on a.RegardingObjectId.Id equals b.ContactId...
View ArticleCRM 4.0 Change Activity Associated view with plugin
Hi All, I want to change the results returned on the Associated Activites view (Activities and History).I can capture the results being returned in a plugin registered on the pre stage of activity...
View ArticleDisplay custom button for two particular users in mscrm 2011
Dear ALL;;it si possible to hide and display custom button on current user name for example i have a custom button main quote form . lets say i have three user a,b and c if user a and b are logged in...
View Article