Write this javascript in onload event of a form
if( Xrm.Page.data.entity.attributes.get('new_consultant').getValue() !=null)
{
var AddressType = Xrm.Page.ui.controls.get('new_consultant');
AddressType.setDisabled(true);
}
if( Xrm.Page.data.entity.attributes.get('new_consultant').getValue() !=null)
{
var AddressType = Xrm.Page.ui.controls.get('new_consultant');
AddressType.setDisabled(true);
}
No comments:
Post a Comment