Conditionally enable/disable buttons in CRM2011 ribbon
Found this interesting post by (Vikranth Pandiri) about how to conditionally enable/disable buttons in a CRM2011 ribbon based on a value of a field on your form. Instead of using JavaScript you can set these rules directly in the ISV.Config.
See the complete post on howto-mscrm.blogspot.
Dynamically make a field required or recommended
This function can be used to dynamically make a field required or recommended in JavaScript. Copy the function below in the onload and call it using one the examples in the comments section.
//****************************************************
gSetFieldRequired = function (field, src, height, width){
/*
Description: This function is used to dynamically make a field required, recommended in JavaScript
Params: field = name of [...]
Microsoft Dynamics Sure Step exam MB5-858 Tips
Last month I passed the exam MB5-858 “Managing Dynamics Implementations with Microsoft Dynamics Sure Step”. My passing score was 77%, so that’s one mystery solved. Microsoft is very keen to keep candidates in the dark about the questions and even the required passing score. Here’s the way I did it. Since I did not have [...]

