justakid Posted May 22, 2012 Posted May 22, 2012 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.
mr_vodka Posted May 22, 2012 Posted May 22, 2012 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.
Raybaudi Posted May 22, 2012 Posted May 22, 2012 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 ) )
mr_vodka Posted May 22, 2012 Posted May 22, 2012 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now