sal88 Posted February 19, 2015 Posted February 19, 2015 Hi all I've just had this request come through. I'm quite sure this is something that is beyond the call of duty, but thought I'd check to see if anyone has any suggestions: Often users modify a field but remain in that field, they do not commit the record by clicking the blank space on the layout. Obviously this means that that record is locked so no one else can modify it. The suggestion has been to have an automated timer commit script. Off the top of my head this would probably not solve the problem if the record cannot be validated because of other fields that need to be populated (which would happen around half the time I'd say). My instinctual position is that if there's one thing we're allowed to request from the end user it's that they don't loiter around in fields! Any thoughts welcome. Thanks
Kris M Posted February 19, 2015 Posted February 19, 2015 This is both a user training issue AND a development issue because any scripts that change data in batches needs to detect for record lock and perform its actions transactionally
comment Posted February 19, 2015 Posted February 19, 2015 The suggestion has been to have an automated timer commit script. Technically, it's possible. Whether it's advisable is a different question - and it cannot be answered without being familiar with your client's workflow. A few point that you may consider: 1. You can disconnect idle users - there's a setting for that in Privileges; 2. Reverting the record might be more sensible than committing it - esp. if it is a new record; 3. Speaking of that, how likely is it that another user will complain about a new record (whose existence he/she is not aware of) being locked?
sal88 Posted February 21, 2015 Author Posted February 21, 2015 Thanks for the pointers guys! I'll experiment with the different solutions to see which works best (starting with user education). Cheers
Recommended Posts
This topic is 3836 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