Greetings,
I'm trying to modify the default Side Panel of the Tasks views, making it look like this:
Currently, that was done "hardcoded" by creating an extension, overriding the views of the task (For both creation and editing) and putting those buttons directly on the side-view template.
What I need to do is put custom actions to those buttons, but I can't bind any action to them. For example:
Thanks in advanced!
I'm trying to modify the default Side Panel of the Tasks views, making it look like this:
Currently, that was done "hardcoded" by creating an extension, overriding the views of the task (For both creation and editing) and putting those buttons directly on the side-view template.
What I need to do is put custom actions to those buttons, but I can't bind any action to them. For example:
- When the "Generar cotizaciĆ³n" button is pressed, it should try to save the Task and, if done successfully, create an Opportunity in background and redirect to an external site.
Thanks in advanced!
Comment