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.

Featured Replies

I have a field that I need to record when it is modified. When I use Date Modified, it records whenever anything is modified on the record. Can someone provide help so I can record when the specific field, only, is modified?

TIA

I gave this a try and it should work. Create a field:

FieldModDate (calculation, date ,stored,indexed) =

Case(

not IsEmpty(FIELD), Status(CurrentDate),

Status(CurrentDate))

The idea is that the result of the calculation doesn't depend upon the value of FIELD, but changing the value of FIELD will cause the stored calculation to update. The only downside is that if you modify FIELD by retyping the same value already in the field, the date will still update.

To change the date only when a different value is entered, it is necessary to create a second hidden field, compare the value to the previous value and update the date modified field if the value is different. This requires controlling access to the field and using scripts to update the value (and the date).

-bd

  • Author

Cool! It works. Sorry about posting your answer -- I was trying to send a big THANKS!

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.