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 4625 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hey all,

Does anyone know if there is a way to set up FM so that the modification date can be overriden?

IE: I have a field that is set to auto-enter the modification date. Sometimes a change is made and then undone so I would like to be able to manually change this date. The field should still auto-update when the record is next modified.

any suggestions?

Forgot to mention I'm using FM11.

Posted

There is no easy way to do this without some work. The best bet is to turn the auto entry off, make a change, and then turn it back on.

Posted

There is no easy way...

There is.

An auto-enter field with a calculation like this:

Let(

triggers = List ( Field1 ; Field2 ; FieldN ) ; // all layout fields, but this one

Case(

Get ( ActiveFieldName ) ≠ "thisFieldName" ; Get ( CurrentDate ) ;

Self

)

)

Posted

There is no easy way to do this without some work.

Like I said there is no easy way without doing some work, nor is it a logistical for upkeep. Every time a new field is added or deleted, then the calc would have to be modified.

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