Field: Setting Fields to be disabled using JScript

Microsoft Dynamics CRM is a Customer Relationship Management software package developed by Microsoft
Post Reply
User avatar
gellee
Posts: 46
Joined: Fri Jan 20, 2012 3:04 pm

Field: Setting Fields to be disabled using JScript

Post by gellee »

Hi! a very simple JScript to disable field in CRM 2011

Xrm.Page.getControl("new_fieldnname").setDisabled(true);
xaeresis
Posts: 196117
Joined: Wed Oct 04, 2023 2:39 pm

Re: Field: Setting Fields to be disabled using JScript

Post by xaeresis »

xaeresis
Posts: 196117
Joined: Wed Oct 04, 2023 2:39 pm

Re: Field: Setting Fields to be disabled using JScript

Post by xaeresis »

Post Reply