Skip 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.

Modification Date based on change in a field?

Featured Replies

  • Newbies

Anyway to have a timestamp field change automatically by modification of a given field? (without using a script...)

calculated field might be one way to do it.

ex:

create a field called customer_name [text]

Create a calculated field changed_time [calculated field] - make sure you set the return type to "DateTimeStamp" at the bottom of the calculation field editor dialog.

for the calculation something like this:

if ( IsEmpty ( customer_name ) = false ; Get ( currentTimeStamp ) ; "" )

so, if your user types something in customer_name field, the date time stamp of when they made this change will be displayed in the changed_time field, if the field is blank, then "" is returned, displaying nothing.

each time you change the customer_name field, the date time will update.

sounds kind of what you were looking for.

hope that helps,

sincerely,

J__

You can use an auto-enter calculation field. With version 7 you can use this formula:

Evaluate(Quote(Get(CurrentTimestamp)); customer_name)

You can expand this easily to monitor a group of fields too. Example:

Evaluate(Quote(Get(CurrentTimestamp)); [customer_name; customer_address; customer_phone])

does anyone know how you would do this in version 6? i really need to show the modification date and time of about a handful of fields on a layout.

thanks,

LImore

For version 6 and earlier, you can use a calculation field with this formula:

Case(Field1+Field2+Field3,Status(CurrentDate),Status(CurrentDate))

where Field1, Field2 etc., are the fields you want to monitor.

Hi Bob,

That's pretty cool. Thanks for the tip!

J__

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.