Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

List, items not found until specified date.

Featured Replies

I have a task list that works very well... we each create tasks for each other, when a task is done we check complete and it no longer shows on the list based on a find script.

But now, I would like to add a date field, so that you can have the task not be found on the list for a time, but then be found later, for example: the task "disappears" to the user for a day, then it "shows up" on the list again the next day as a reminder to followup. But all the other tasks still need to show indefinitely until they are marked completed.

What is the best way to make this happen?

I am already using a refresh button to run the script, so I am assuming it would be best to use a script to accomplish this.

You would need to use a creation date (auto-enter creation date) which you should have anyway. Then your script to find records not complete would be adjusted as:

Enter Find Mode [ uncheck pause ]

Set Field [ Complete ; "=" ]

Set Field [ CreationDate ; "<" & Get ( CurrentDate ) ]

Perform Find [ ]

:wink2:

UPDATE: If you wish to control how many days the task doesn't appear, use a global field called gDays and adjust the calculation as:

"<" & Get ( CurrentDate ) - gDays

  • Author

Great! I'll try that and let you know how it works.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.