October 5, 20178 yr Is there a script to detect when other users are currently in a particular layout? I have a layout I use to bind accounts but I only want one user at a time to be able to access that layout. When the first person leaves the layout then another person can enter. Can this be done? Thanks
October 5, 20178 yr 2 hours ago, doughemi said: Turn on error capture and test for error 304 - Layout is in use by another user? That error has to do with a user modifying the layout, in Layout Mode. Here I think the goal is to control access while in Browse Mode. There are various ways you might do it. But there's no function to know if a user is on a layout. There's a function to tell you if a user is in a record, though. Maybe that would help? You might also make use of script triggers (OnLayoutEnter, OnLayoutExit). Or do something with access privileges. Depends on your data design and your workflow. I'm afraid I don't know what "bind accounts" means.
Create an account or sign in to comment