Forum Discussion

CarolMcconnell's avatar
CarolMcconnell
Qrew Captain
6 years ago

Dynamic Form Rules Message on Change

I wanted to see what is the easiest way to have a dynamic rule that shows a message when a field is updated/changed.

I don't see a basic native way unless I'm missing something.

------------------------------
cowannbell cowannbell
------------------------------
  • C,

    You can put a formula field into the record that will tell you if there was a modification. 

    Compare Today() with [Date Modified] for whatever duration you want.

    However the field [Date Modified] is for the entire record.  It does not tell you which field was modified on that day.


    ------------------------------
    Don Larson
    Paasporter
    Westlake OH
    ------------------------------
    • CarolMcconnell's avatar
      CarolMcconnell
      Qrew Captain
      I only want it to show up with a date field changes from null to not null.  Maybe I can put it a hidden checkbox.

      ------------------------------
      cowannbell cowannbell
      ------------------------------
      • AustinK's avatar
        AustinK
        Qrew Commander
        So once it goes from blank to having data you want it to forever display a message on the form for that record? Or for only a certain amount of time?