isDatabaseLocked
To return Yes (true) if the database is locked
Last updated
To return Yes (true) if the database is locked
Last updated
This function helps you find if the edit mode needs a password to be enabled and if it is already entered... or not.
If the function returns No (false
), the password was already entered, or if the database is not password protected.
isDatabaseLocked()
boolean
Result: No (false
) if the database is not protected by a password or if the admin entered the password already
Add the above script in a formula field and you'll get the following result.
Result:
(if the edit mode in a database is password protected and the password wasn't entered yet)
isDatabaseProtected
, which returns Yes (true
) if the database is protected by a password.