Forum Discussion

BrandyNunes1's avatar
BrandyNunes1
Qrew Member
3 years ago

check a box after 24 hrs

I have a box that I would like to have checked 24 hours after my date field "Sent to Sales" is filled. Can anyone help with this formula? 

Thank you,

Brandy

------------------------------
Brandy Nunes
------------------------------

7 Replies

  • AustinK's avatar
    AustinK
    Qrew Commander
    Does the checkbox need to trigger anything itself right when it becomes checked like an automation or can it just be checked on the record after 24 hours and then it triggers form rules or something else when a user next interacts with the record?
    • BrandyNunes1's avatar
      BrandyNunes1
      Qrew Member
      I want to use the check box as part of a formula for color coding.

      ------------------------------
      Brandy Nunes
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        By 24 hours do you really mean the next day after the [Sent to Sales]

        if so, then it will just be

        IF(Today() > [Sent to Sales], true)


        ------------------------------
        Mark Shnier (YQC)
        mark.shnier@gmail.com
        ------------------------------