How To Store The Date of A Field Change?

I would like to store the date when the RLI Sales Stage changes. I've tried various techniques including Custom Calculated Fields and SugarBPM, but I can't quite find the right method to accomplish this. I've looked at several solutions, but can't seem to make them work...

Any thoughts out there? Thanks ahead of time! VO

Parents
  • Hello Vince,

    Agree with Mykola about the field changes tracked automatically in the Audit Log.

    Nevertheless, as Sugar Admin, I feel you are looking for smth more friendly for building out further CRM processes automation, aren't you?

    As for me, achieving this is not about Dev Practice that demand dev efforts

    Three steps:

    1. Add a date field sales_stage_change_date_c for RLI module via Studio



    2. Goto Module Loader and deploy field population logic:
    TrackRLISalesStageChange.zip

    3.Enjoy!

    For the note - Sugar behavior configuration provided in the ZIP is the following:



    If any questions I would be happy to help

    Cheers!

    Best Regards,
    Dmytro Chupylka

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

Reply
  • Hello Vince,

    Agree with Mykola about the field changes tracked automatically in the Audit Log.

    Nevertheless, as Sugar Admin, I feel you are looking for smth more friendly for building out further CRM processes automation, aren't you?

    As for me, achieving this is not about Dev Practice that demand dev efforts

    Three steps:

    1. Add a date field sales_stage_change_date_c for RLI module via Studio



    2. Goto Module Loader and deploy field population logic:
    TrackRLISalesStageChange.zip

    3.Enjoy!

    For the note - Sugar behavior configuration provided in the ZIP is the following:



    If any questions I would be happy to help

    Cheers!

    Best Regards,
    Dmytro Chupylka

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

Children