Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

  • Newbies
Posted

I know that it is easy to note when a record was modified and who modified it, but I would like to do it at the field level.

For example, I have a field called "NextRentBump" and I want to make a field "NextRentBumpMod" that would calculate the last date that the field "NextRentBump" was modified.

I have a lot of fields I want to track, so creating related records for each field seems like a poor way to accomplish my goal.

I have been experimenting with this custom function:

Let (

trigger = fieldName

;

Get ( CurrentDate )

)

But it will enter the current date in all "NextRentBumpMod" fields that are referencing a "NextRentBump" that has data in it. This will update across all records each time any "NextRentBump" is modified.

I would like it to only update the related "NextRentBumpMod".

Thanks in advance for your help & please let me know if I am not being very clear above.

This topic is 4980 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.