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
0
Comments
Can you explain more what you want to do?
Is in the client side or server side?
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;).
Can anybody tell me, what is the programming skill sets are required to
customize the MS CRM3.0
Senior Consultan