pfry Posted February 18, 2018 Posted February 18, 2018 Hello, Is it possible to keep the user modification date for the record ? For example when Mirrorsync insert a record, the modification date is the sync date not the real user modification date. Thanks
Ocean West Posted February 18, 2018 Posted February 18, 2018 I believe so you can have a field set to modify date - just don't put it on the sync layout. It should remain static for the user.
pfry Posted February 18, 2018 Author Posted February 18, 2018 Hi Ocean thanks for you answer. If the field is not on the sync layout, it will not be pushed to the server ? I am working on a multi-user database, and am looking for modification date and modification user. Any idea ?
Ocean West Posted February 18, 2018 Posted February 18, 2018 docs.360works.com/index.php/MirrorSync_4_advanced_topics#Can_I_have_more_than_one_modified_auto_enter_field_on_my_sync_layout.3F you may have to script edits and set a static field.
pfry Posted February 19, 2018 Author Posted February 19, 2018 Thanks for you reply. Sorry but I don’t know how I can do that. If I create a script triggered from the timestamp modification to input a static field, it will create a loop ? Do you have any suggestion ?
pfry Posted February 19, 2018 Author Posted February 19, 2018 I also try to add a "static" field with auto enter field based on : If ($$Sync = "On", Sefl, modification date) But I failed to success.
Jesse Barnum Posted February 19, 2018 Posted February 19, 2018 This is impossible to do using a standard auto-entered modification timestamp, because every time you try to set the modification timestamp, that will cause it to change. It is possible to do this with calculation fields and some flag field to temporarily turn off the modification, as you're describing here, but we don't officially support it with MirrorSync. It might be possible, it might not.
Recommended Posts
This topic is 2487 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