Hi,
I have added an HTML web resource (containing an option set field) on one of the custom entities form. I want to disable the field (that is option set or drop-down list on the HTML web resource) when a new form is saved. That means the field will only remain enabled for a new form and will get disabled as soon as the form is saved and will remain disabled further. I have written JavaScript code on load of the entity form to keep the field enabled for "New" form and disable it for "Update" form.
The field is not getting disabled when a new record for the entity is saved. Because, in CRM 2013, the form does not get refreshed after saving it and hence the OnLoad event does not get triggered.
Any idea how to solve this issue?
*This post is locked for comments
I have the same question (0)