I did the following,
Created a custom view for lead entity: /espocrm/client/custom/src/views/lead/record/edit.js
Code:
define('custom:views/lead/record/edit', 'views/record/edit', function (Dep) { return Dep.extend({ // My own code to hide some fields. }); });
Code:
{ "views": { "edit": "custom:views/lead/record/edit" } }
The detail view is working fine. Only on edit, the side panel is moving down. That too its is only for the lead. The same function with Contact detail edit mode is working fine.
I have attached the images.
yuri Any idea why it is happening?