How to add changed field in email template

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.

    André Lopes
    Lampada Global
    Skype: andre.lampada
  • It is possible to configure this with no coding - if you are Sugar Admin or Sugar Consultant that has access to Logic Builder tool (logicbuilder.integroscrm.com) 

    I think I can draw this tomorrow, if intetested

    Best Regards,
    Dmytro Chupylka

    integroscrm.com
    We make work in Sugar CRM system faster, more convenient and efficient

  • Okay, here it is

    The video how configuration works (use full-screen mode to watch)

    That functionality was drawn in a no-code tool Logic Builder (https://logicbuilder.integroscrm.com)  as a flowchart then zip installable package was generated with a click - no line of code written manually.

    Here is the installable zip file - please feel free to install it with module Loader and use it
    Send_acc_changed_fields.zip

    If you are curious about the implementation, here is the Logic Builder flowchart (zoom in and follow the white line to read the logic):

    Let me know if any questions


    Best Regards,
    Dmytro Chupylka

    integroscrm.com
    We make work in Sugar CRM system faster, more convenient and efficient