David Nelson Posted January 18, 2013 Posted January 18, 2013 I tried unchecking Save Automatically' on layout but then person gets the message evert time they accidentally click the layout. Can I use trigger to stop someone committing but enter info on a new record. Then commit or revert by a button? I know I could create a lot of globals but if I can figure this out I won't need all of that. I tried OnRecordCommit and and then ask if they want to cancel new record, save it or keep working but my custom dialog still pops up too often. With modal window I would prefer a Save button. Not let it commit until button so if they change their mind it can still convert?
Raybaudi Posted January 18, 2013 Posted January 18, 2013 I tried unchecking Save Automatically' on layout but then person gets the message evert time they accidentally click the layout. Why not use the known trick of placing an empty large Web Viewer on the body and under all the fields ? 1
David Nelson Posted January 18, 2013 Author Posted January 18, 2013 Hi Daniele, thank you for helping. No, I obviously didn't know about this "known trick". It works great, much appreciated!
Oyseka Posted May 20, 2014 Posted May 20, 2014 Hi, I was also looking for something similar to this and had only come up with using a separate table as data capture and then on pressing a commit button moving to the "real" table and transferring all the captured information then deleting the record from the capture table.. Exactly what is this "Known Trick" that i don't know, this could save immeasurable time.
hbrendel Posted May 20, 2014 Posted May 20, 2014 What is hard to understand about " ... placing an empty large Web Viewer on the body and under all the fields ... "
Oyseka Posted May 20, 2014 Posted May 20, 2014 (edited) I had no problem with the english, I just do not understand why it would stop a record being committed, is this not just another empty field. OK is it because the user can no longer commit the record by clicking outside the field Edited May 20, 2014 by Oyseka
Recommended Posts
This topic is 4112 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