Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5240 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I'm currently using FM 9 and I'm trying to figure out a way to capture the date that a notes field was last modified. We may be getting FM 11 in a few weeks, so for now I wanted to do this without using a script. I thought maybe I could do it with a calculation function but I can't find one that looks like it can capture what I'm looking to capture. My database is already set up to capture the last record modification date. I want to capture the last date that one field was modified. Does anyone know of a way this can be done with FM 9?

Posted

Hi

create a date field that auto-enters ( unflag the "Do not replace existing value...") this calculation:


Let(

trigger = YourField ;

Get ( CurrentDate )

)

YourField is the field for which you want to capture the modification date

  • 2 weeks later...
Posted

Thanks for the response! It doesn't quite do what I want it to do though. It is putting in the date if I add a note to the Notes field. But if there is text already in the Notes field it still displays the current date, which isn't the date the field was last edited.

Posted

But if there is text already in the Notes field it still displays the current date, which isn't the date the field was last edited.

If there is a text, but the field get modified, the current date will appear.

This topic is 5240 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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