• FollowupDate / FollowupTime not being cleared properly

    By Mark Woods 2 decades ago

    Every now and then when I click FOLLOWUP - it does not reset the flags.

    It clears the Followup status, but leaves the FollowupDate & FollowupTime.

    As a result the message displays as a Medimum priority message.

    I have to manuall clear the fields FollowUpDate & FollowupStatus

    • update

      By Mark Woods 2 decades ago

      The messages that are not being reset are Replies.

      The Action ( Followup\Reset Foag (view) ) checks if it's a MEMO, and removes the FollowupDate/time fields. if it's not, it removes the RemindDate/Time fields..

    • partial fix?

      By Mark Woods 2 decades ago

      Changed the action for Followup\Reset Flag (View)



      Line 8 from :

      If doc.form(0) = &quot;Memo&quot; Then<br/>
      

      to:

      If doc.form(0) = &quot;Memo&quot; Or doc.form(0) = &quot;Reply&quot; Then<br/>
      



      (not sure at this point if other doc form types should be added. )