30 Jul 2010 @ 10:30 AM 

I posted this question to the CRM Forums here and got some good feedback from Rhett Clinton.

if(crmForm.all.new_salesstageid.DataValue != null && crmForm.all.new_salesstageid.DataValue[0].name != "1")
crmForm.SetFieldReqLevel("new_projectmanagerid", 1);

else

crmForm.SetFieldReqLevel("new_projectmanagerid", 0);

And here is an example that works with multipe options

if(crmForm.all.new_salesstageid.DataValue != null) {

    switch(crmForm.all.new_salesstageid.DataValue[0].name) {
        case "1":
        case "2":
            crmForm.SetFieldReqLevel("new_projectmanagerid", 1);
            break;
        default:
             crmForm.SetFieldReqLevel("new_projectmanagerid", 0);
      break;
    }

}
else
{
    crmForm.SetFieldReqLevel("new_projectmanagerid", 0);
}
Posted By: bradlaw
Last Edit: 30 Jul 2010 @ 10:54 AM

EmailPermalinkComments (0)
Tags
Categories: CRM 4.0, Configuration
 18 Feb 2009 @ 11:34 AM 

One of the sales guys initiated a question on updating the columns for the Marketing List Members View in CRM 4.0. I was less than optomistic on how, but I found the following blog posting from the Microsoft Dynamics CRM Team Blog which shows you how. Whew, an odd one at best I must say?

http://blogs.msdn.com/crm/archive/2008/04/02/customize-marketing-list-list-member-view.aspx

Marketing List Members

Marketing List Members

Posted By: bradlaw
Last Edit: 18 Feb 2009 @ 11:38 AM

EmailPermalinkComments (0)
Tags
Tags: ,
Categories: Configuration

 Last 50 Posts
 Back
Change Theme...
  • Users » 1
  • Posts/Pages » 48
  • Comments » 4
Change Theme...
  • VoidVoid « Default
  • LifeLife
  • EarthEarth
  • WindWind
  • WaterWater
  • FireFire
  • LightLight

About



    No Child Pages.

Clients



    No Child Pages.

Home



    No Child Pages.

Recent Posts



    No Child Pages.

Visitor Locations



    No Child Pages.