Here is the scenario.
- Have a button action in the employee master.
- in the button action, updating some field values then returning to email composer.
- In the email composer, modify the email content and send the mail.
- Closing the email composer.
Here is the scenario i need.
- Click on the button.
- Pop up the email composer.
- Modify the email content and send the email.
- Then perform some actions in the button action which mentioned in the 1st step.
Is it possible to achieve?