turk thrust Posted February 10, 2005 Posted February 10, 2005 I have an audit trail for field modifications system incorporated in one of my databases. I'm using what appears to be the standard method of doing this type of operation in FM. The trigger for the generation of the audit trail is as follows: A unique serial number field A calculation field that has a case statement which includes all the fields you want to track. A self join relationship between the two fields above. A current info field. Which is a calculation using the status(CurrentDate), status(CurrentUser) Status(CuurentFieldName), Status(CurrentFieldContents) etc.. A history (log) field that is a does a look up on the field below. A calculation field that adds the current info field and the history together. It all works fine apart from on a couple of fields that I'm tracking, I have a field validation (by calculation) on these two fields the history is entered twice into the log. FM seems to trigger the look up twice (when you exit the field) on the current info field because it is having to perform a validation. Not the end of the world, but I can't seem to come up with a decent work around. Cheers Andy
-Queue- Posted February 10, 2005 Posted February 10, 2005 Can you Stuff and attach a sample of your file?
Recommended Posts
This topic is 7295 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