-
How can I use global values that only an admin can set but all users must read?
(I posted this same topic in the Learn and share forum, but it's a question, so I copy it here —don't know how to move to the correct forum!) I'm developing a solution that has a configuration Page…
-
Read permissions on fields that can be read/write only by admin users: global database settings management
I'm developing a solution that has a configuration Page that only two type of users, "admin" and "editor" can acess/view. I've set this options in the page settings:…
-
Formula field size when displaying iframe
I’m trying to display an entire webpage using a formula field in a page. The formula utilizes the html() function and an <iframe> tag. However, I’m having trouble making the field large enough to…