Hi all,
I need to add a custom button to the invoice entity.
I found the documentation for this: https://docs.espocrm.com/development/custom-buttons/
This suppose that I will need to edit metadata/clientDefs/Invoice.json
My problem is that I want to keep my changes even if I upgrade EspoCRM.
So my question is how can I add a custom button into a default entity while keeping my changes upgrade safe?
Thank you in advance for your replies.
I need to add a custom button to the invoice entity.
I found the documentation for this: https://docs.espocrm.com/development/custom-buttons/
This suppose that I will need to edit metadata/clientDefs/Invoice.json
My problem is that I want to keep my changes even if I upgrade EspoCRM.
So my question is how can I add a custom button into a default entity while keeping my changes upgrade safe?
Thank you in advance for your replies.
Comment