I want my attribute to be disabled if the form is in update mode.
I tried to export entity xml and edit value ValidForUpdateAPI documented here but it doesn’t work: when I import my customizations CRM ignore them!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll have to do this in JavaScript during the onLoad event. Check the crmForm.FormType attribute and then disable the field if it is ‘2’.