How to Copy Date Modified field value to custom DateTime field using Calculated formula

Hi,

How to Copy Date Modified field in custom date time field using Calculated formula

Thanks

SK

Parents
  • Hi Sundar Kumar,

    Using Sugar Logic with no calculation conditions might deliver another custom Date Modified field for you, and they both, the copy and the original one, might be updated simultaneously.

    In case you need to make a snapshot of the previous Date Modified value, try to configure before_save logic hook in which specify copying the last Date Modified field value to a custom datetime field

    Best Regards,
    Dmytro Chupylka

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

Reply
  • Hi Sundar Kumar,

    Using Sugar Logic with no calculation conditions might deliver another custom Date Modified field for you, and they both, the copy and the original one, might be updated simultaneously.

    In case you need to make a snapshot of the previous Date Modified value, try to configure before_save logic hook in which specify copying the last Date Modified field value to a custom datetime field

    Best Regards,
    Dmytro Chupylka

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

Children
No Data