Hi,
How can we disable some form fields on save? I am using the follwoing onsave event of my entity.
crmForm.all.new_field1.Disabled= true; ( for picklist)
crmForm.all.new_field.2.Disabled= true; ( for nvarchar)
But this doesn't really do anything? Can someone help please.
Thank you-