31 Mayıs 2012 Perşembe

MS CRM 2011 Problem with stored procedure call from plugin

I got following error when I call stored procedure from my plugin. "The timeout period elapsed prior to completion of the operation or the server is not responding."
There are two solutions for this error:
1) Call the SP from outside a transaction in the PreValidation.
2) Register plugin to Async Pipeline.

MS CRM 2011 Optionset Value Using Javascript

var OptionSet = Xrm.Page.data.entity.attributes.get("Optionsetattribute");

var SetValue = OptionSet.getValue();

var SetText = OptionSet.getText();

26 Mayıs 2012 Cumartesi

CRM 2011 Visual Ribbon Editor


Visual Ribbon Editor is a tool for Microsoft Dynamics CRM 2011 that lets you edit CRM ribbons.  This ribbon editor shows a preview of the CRM ribbon as you are editing it and allows you to easily modify the ribbon without needing to completely understand the underlying XML schema.
Main Features:
* Connects to CRM Online or On-Premise (on-premise should work but hasn't been tested)
* Edit entity ribbons or application ribbons.
* View a preview of the ribbon while editing as it will look in CRM.
* Add new custom buttons to existing groups.
* Add new custom groups to existing tabs.
* Define button text, tooltip, images. and appearance.
* Define button actions, enable rules, and display rules.
* Hide system buttons.
* Quickly save the ribbon back to CRM
For more information visit the CodePlex

24 Mayıs 2012 Perşembe

ForceSubmit in MS CRM 2011 Javascript

in MS CRM 4.0 to force the CRM system to submit the form data on disabled fields.
 crmForm.all.[fname].ForceSubmit = true;  

But in CRM 2011, the method is changed to
 Xrm.Page.getAttribute([fname]).setSubmitMode("always");  

File upload control - MS CRM 2011


MS CRM 2011, adding a custom control for File Uploading purpose inside the forms, by using the features of MS CRM itself.
It gives you flexibility of extension control, label configuration etc.
For more information visit the CodePlex

20 Mayıs 2012 Pazar

Dynamics XRM Tools BETA 1.0


 BETA
Dynamics XRM Tools brings you a quality range of applications that provide a useful set of features to enhance your experience while using and developing against Microsoft Dynamics CRM 2011. The toolset consists of a Silverlight application framework that provides a central location for accessing the tools and you simply import the managed solution into CRM to begin working with it.

Currently available tools include
  • OData Query Designer
  • Metadata Browser
  • CRM 4 to CRM 2011 JavaScript Converter
  • Trace Tool (on premise only)
  • Statistics
For more information visit  http://dynamicsxrmtools.codeplex.com/



About Dynamics XRM Tools

The Dynamics XRM Tools project provides a modular framework for hosting Silverlight applications within a single shell.

A joint effort started by Rhett Clinton MVP and CRM Guru Ramon Tebar has produced an extensible application framework that allows additional tools to be developed and included as a part of the toolset. Rhett's original CRM tools have been ported to the new framework and additional tools have already been created with more in development.
Last edited Today at 5:49 PM by RhettClinton, version 12