Hi there,
I recently did a custom edit view for one of my custom entities.
As I've read, the edit view is used for the creation of an entity and when you click the "Edit" button inside the detail view.
I added a
inside my
function and it prints only when creating a new entity, not when I click on the "Edit" button inside the detail view.
Am I missing something ?
Documentation talking about that : https://docs.espocrm.com/development/custom-views/
Regards,
Firyo.
I recently did a custom edit view for one of my custom entities.
As I've read, the edit view is used for the creation of an entity and when you click the "Edit" button inside the detail view.
I added a
Code:
console.log("here");
Code:
setup()
Am I missing something ?
Documentation talking about that : https://docs.espocrm.com/development/custom-views/
Regards,
Firyo.
Comment