Can I add a custom action to the create button?
When the user clicks create record, I want it to call a method to generate an invoice. Or will I have to make another button for the action.
Solution
I think a job or model observer would be better than adjusting the default create action.