November 15, 201114 yr I have no password on the overall database but I would like to password protect just 1 layout for management use. Is there a simple way to do this? Thanks Matt
November 15, 201114 yr Well you can use script trigger attached to layout (OnLayoutEnter) to provide a custom dialog requiring password but ... layouts really don't need to be protected ... the data within the fields ON the layout need protected. If you protect only the layout, it will still be possible to get to the data behind it.
November 15, 201114 yr I have no password on the overall database Actually, you do: it's (probably) "" i.e. an empty string. To require a password for some features, define another privilege set and require an actual password for the account/s associated with it. Your current account/s (with empty password) should be defined to deny access to those features.
Create an account or sign in to comment