Conditionally enable/disable buttons in CRM2011 ribbon

September 8, 2011 by Geron Profet · Leave a Comment 

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

April 11, 2011 by Geron Profet · Leave a Comment 

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

February 7, 2011 by Roel Kort · 4 Comments 

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 [...]