advanced customization

xwagnerxwagner Member Posts: 2
edited 2006-11-15 in Dynamics CRM
Hi every one!

I have to do some customizations in MSCRM 3.0, some of then are giving me a hard work...

Does anyone knows how to solve the following scenario:

I've created a picklist field in contact entity, now i need that when people change the selected item, if the new item selected is "something" a tab also created by me and disable on the form by default turns into enable.

Some help would be great...

thanks a lot

Comments

  • rmouzarmouza Member Posts: 52
    Hello,

    Can you explain more what you want to do?
    Is in the client side or server side?
  • demy75demy75 Member Posts: 31
    I've created a picklist field in contact entity, now i need that when people change the selected item, if the new item selected is "something" a tab also created by me and disable on the form by default turns into enable.

    You have to write your custom JScript code into the OnChange event of the picklist field. If the crmForm.all.<picklist>.DataValue.SelectedText == "something" then you've to enable the other control (crmForm.all.<control>.disabled = true;).
  • darshanmdarshanm Member Posts: 280
    Hi,

    Can anybody tell me, what is the programming skill sets are required to
    customize the MS CRM3.0
    Darshan Mungekar
    Senior Consultan
  • demy75demy75 Member Posts: 31
    The skills needed are knowledge of JScript (required to customize forms), HTML and .NET (if you want to make advanced customizations and use the Callouts).
Sign In or Register to comment.