Meetloaf Posted August 2, 2007 Posted August 2, 2007 Is there a way to re-perform Auto-enter field operations on records that already exist, in fields that already exist?
Vaughan Posted August 2, 2007 Posted August 2, 2007 Yes. Cgange the auto-enter to include a trigger field, then update the trigger field. This could be as simple as replacing the trigger field value with itself. To create a trigger field, use Let() functiom: Let( trigger = somefield ; therealcalculation )
mcyrulik Posted August 9, 2007 Posted August 9, 2007 Vaughan, Will that work if the trigger field is a calculaton?
Vaughan Posted August 9, 2007 Posted August 9, 2007 Include the fields that the calculation is based upon as the trigger fields. Note that AFAIK auto-enter doesn't work for related fields, only local fields.
mcyrulik Posted August 10, 2007 Posted August 10, 2007 Unfortunately the fields that the calculation references are related. Any ideas on a way around that?
Vaughan Posted August 10, 2007 Posted August 10, 2007 Why use an auto-enter then? If it doesn't need to be indexed make it into an unstored calculation field. If it does need indexing then the field will need a scripted update process. This is either done through the interface as the data is changed (force the user to run a script as part of the data entry) or on a regularly timed basis (say getting FM Server 9.0 to run the update script every morning or whatever).
Recommended Posts
This topic is 6376 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