In the admin, I create a new entity and added new fields. I want to add some customization. I used http://forum.espocrm.com/forum/gener...ions-and-views as reference to create custom js files. I want to execute an algorithm when the user saves or updates, but I'm not sure how to do that. I thought,
was it, but my code executes before I want to edit a field.
PHP Code:
if(this.getAcl().checkModel(this.model,'edit'))
PHP Code:
"recordViews": { "edit": "custom:views/bill/record/edit" }
Comment