Hello,
I am using sugar cloud,
I want to send an email to user with all changed field in account module, How to add changed field in email template.
My workflow does run for all the update.
Best Regards
Shiv
Hello,
I am using sugar cloud,
I want to send an email to user with all changed field in account module, How to add changed field in email template.
My workflow does run for all the update.
Best Regards
Shiv
It is not possible to accomplish such request without coding.
You need to create a LogicHook before_save on Accounts. Inside this LogicHook you are able to track all changed fields, so you can merge them against some template and, finally, send the e-mail.
It is not possible to accomplish such request without coding.
You need to create a LogicHook before_save on Accounts. Inside this LogicHook you are able to track all changed fields, so you can merge them against some template and, finally, send the e-mail.