
CRM 2011: Passing values to IFRAME/Web Resource with javascript
May 24, 2012 · There is nothing in the SDK that mandates use of ASPX. In fact in CRM 2011 it is discouraged as you'd need to find somehwere to host your ASP.Net page. With a basic HTML page (created as a web resource in CRM) you can declare some JScript in the HEAD of the HTML document (or better still, reference a JScript web resource).
CRM 2011 - SQL Query to retrieve text of option set?
Aug 10, 2016 · I am trying to write the query to retrieve the data from the Contact table. So, let us say I want the following fields FirstName, LastName and Gender. Now, the field for gender is gendercode, w...
CRM 2011: Changing date format globally - social.microsoft.com
May 6, 2011 · Try changing it from crm client. Not sure about 2011 but in 4 it is Personalize Workplace (Just above workplace when you click it). Than Format and click customize. You might have to do this on all clients.
InvalidPluginExecutionException dialog does not show up - CRM …
Nov 13, 2013 · I have a Plugin on the Creation, Updating, and Deletion of the OpportunityProduct entity in the CRM 2011. I want to through exception on the success of some operations, means want to display dialog. It is working fine for Update and Delete.
xml - Dynamics CRM 2011 - Dynamically added FlyoutAnchor sub …
Mar 15, 2012 · I successfully followed the following answer to Add Dropdown Menu to CRM 2011 ribbon and implemented three dynamically loaded FlyoutAnchor buttons with sub menu buttons etc. Yesterday the sub menu buttons were working fine (click event was fired etc), but after a re-import of the solution with the Ribbon XML etc the sub menu buttons were ...
How to update a CRM 2011 Entity using LINQ in a Plugin?
May 25, 2013 · We are able to create new entities without any issues, but updating an existing entity in a plugin this does not appear to be working. This is for CRM 2011. var crmContext = new CustomCrmContext(service); var contact = crmContext.Contact.FirstOrDefault(c=>c.Id == targetEntity.Id); contact.new_CustomField = "Updated"; crmContext.SaveChanges();
CRM 2011 - Deleting managed solution without losing data
Nov 7, 2013 · I would like to know if there is a way to delete a solution in CRM Dynamics 2011 without losing all the data. Here is what happened. The organization has a managed solution deployed since mid june. It's called "Solution 1". Solution 1 contains many entities. One of the entities is called "Entity 1". Another managed solution was deployed yesterday.
error handling - CRM 2011 - ITracingService getting access to the ...
Jan 22, 2015 · ((Microsoft.Crm.Workflow.WorkflowTracingService)(tracingService)).TraceInfo You can drill into the tracing service by debugging and extract the expression. However, at design time neither of these expressions seem to be accessible from any of the standard CRM 2011 SDK dlls... so not sure if its possible as yet.
dynamics crm - CRM 2011 - Import Solution getting error Unable …
Apr 29, 2011 · Here's my story: I've imported my CRM 4 solution to CRM 2011. Most things look OK, plug-ins mostly work. This import process was done through the CRM Deployment Manager. Step 2 I wanted to test building a Solution, adding all my customizations to it, export it, and import it to a second organization on the same server.
how to retrieve OptionSet value in CRM 2011? - social.microsoft.com
Aug 25, 2011 · Marked as answer by CRM elite Thursday, August 25, 2011 2:53 AM; Thursday, August 25, 2011 1:50 AM.
- Some results have been removed