Could not load file or assembly Microsoft.Crm.Sdk or one of its...
Hi,We migrated our project CRM 4.0 to CRM 2011, While I was trying to update the plug-in from plug-in registration tool. I am getting thebelow error.System.IO.FileNotfoundException : Could not load...
View ArticleHaving Issues while connecting to CRM 2011 Online Federated/Active Directory...
Hi ,http://nishantrana.wordpress.com/2012/12/06/sample-code-to-connect-office-365-users-to-crm-2011-online/We used to connect to CRM online using the code given in the above link, but when we migrated...
View ArticleCRM Form Button + Open New Aspx page for pop up aspx page?
Hi professionals, I want to open the aspx page on the click of ribbon button available in the entity form then user enter some fields on the form then click submit it will automatically be created in...
View ArticleCRM 2011 - include formlayout/design in a solution
I've created a solution for a new case form with a new layout and design, but the layout doesn't get included in the solution? Is this by design, or Iam I missing something?
View ArticleCRM 2011 - How to modify text in Quick Find Record
CRM 2011 - How to modify text in Quick Find RecordRequirement end userThank You
View ArticleGetting calculated fields value in NAV
Hi thereI get a record of type VendorLedgerEntry this way:VendorLedgerEntry.GET(2278);The Record has a column "Amount" of type FlowField and has a CalcFormula like SUM(.....)The retrieved Record...
View ArticleCRM 2011 Xrm.Page.data.entity.save with validation error
Hi,On form I am calling Xrm.Page.data.entity.save() and then having few more lines of code after successfully saving data. However if there are validation errors this method shows alert message. I want...
View ArticleError installing rollup 16
Hi,I have in my development server 2 instances of CRM. One of them is for development and the other one is for testing purposes, each one with its own database. I want to apply rollup 16 because it's...
View ArticlePlugin Profiler and Retrieve/RetrieveMultiple messages
It doesn't look like the plugin profiler works for Retrieve and RetrieveMultiple messages. I cannot find any documentation saying it shouldn't past a couple of blog posts here and there. Does anyone...
View ArticlePermissions on connected opportuntiy
Hello Everyone !!!I have created a new security role and by copying sales person and named as users. modified account, contact lead and opportunity permission to give access only owned opportunity. It...
View ArticleDynamics CRM 2011 - how to join ContactSet to Marketing List
Hi,We are using Dynamics CRM 2011, and I am connecting to the database through the CRM SDK with LINQ.I want to be able to see what Marketing List's my Contact is joined to. I am using the sample code...
View ArticleHow to stop "Pending send" emails from email router
hi experts,need your advise on stop "pending send" emails from email router.there are 30000 emails are pending send state & dont want to send those emails when email router service starts. tried to...
View ArticleCRM 4.0 Plugin for Custom Entity
Hi professionals, In CRM 4.0 i have custom entity now i have created new auto number field named new_autonumber auto number is working like 1,000 now client want remove these , comma from the auto...
View ArticleWorkflow generated attachment arrives base64 encoded with .dat extension
Hi all,I've created an on demand workflow on annotation that generates an email from the annotation and attaches the attachment from the annotation to the email. This appears to work fine in crm, you...
View ArticleRetrieving data from sql server based on a dynamics crm field
I have the following function to write but not sure how to go ahead with it...Based on a user entering a postcode on a dynamics form I need to query an SQL server database, and retrieve two columns...
View ArticleHow to add Order by expression on Link Entity attribute in Query Expression?
Hi,I need to add order by on link entity attribute in query expression. My query in fetch xml format is as below-<fetch mapping='logical'><entity...
View ArticleHow to get the Optionset field text from OData result in ms crm 2011
Hi,I am retrieving the Opportunity record data from Quote entity. I am getting the Opportunity record optionset value in OData result set. But I need Optionset Text. How to get this optionset text from...
View ArticleSerialization Exception in WorkFlow 4.5 with...
Hi, I have configured my WorkFlowApplication to emit tracking records. And, in the overridden Track() method Im trying to convert the TrackingRecord to XML and storing it somewhere.Im able to parse all...
View Articlehow to get value from child to parent between lookup
Hi to all,in crm 2011 i have a salesorder entity with some field like department, customer...we have also a lookup attribute contact.From lookup of the contact we can choose a contact or can create new...
View ArticleFile Upload Control on CRM 2011 Form
HiI added a file upload control inside an Iframe on form. I called a web-resource to do this.HTML webresource has following source...
View Article