Sample flag clearing app

This is a simple app which uses a checkbox to show each user what has changed since they last touched a record. Unlike the built-in QuickBase New flag (which auto-disappears 24 hours after the user logs in), this approach allows the checkbox to stick around until the user decides to clear it. In this app, each user of the app can decide when to clear all of the "new"Э checkboxes just for them for the Records table, by clicking a button "clear flags" on the App Home Page. There is another app in Exchange that shows an implementation that allows the user to clear checkboxes record by record. This was set up using an intermediate table that links Records to Audit Trail, and a summary field that summarizes the last time the current user clicked the button to "clear flags"
Try the App
Write A Review