we had a CRM form with some fields set as read-only by JavaScript, we wanted to edit one of these fields, and the form was published to production
The normal way to edit it is to comment the javascript then edit the field then uncomment it back
We thought of another way, using multi edit feature, created another dummy record, then selected both records, and from more actions select Edit
The form will be opened, nut non of the javascript will be executed, so all fields will be displayed in normal mode, read only and hidden fields can be edited
Then you will be able to update the record without any change in customizations.
Don’t forget to delete the dummy record
The normal way to edit it is to comment the javascript then edit the field then uncomment it back
We thought of another way, using multi edit feature, created another dummy record, then selected both records, and from more actions select Edit
The form will be opened, nut non of the javascript will be executed, so all fields will be displayed in normal mode, read only and hidden fields can be edited
Then you will be able to update the record without any change in customizations.
Don’t forget to delete the dummy record
No comments:
Post a Comment