Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

[Added] Object Access Hidden (User)

Information about updates, news, Code Library
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

[Added] Object Access Hidden (User)

Unread post by admin »

Use Access Hidden (User) to hide an Object from users but not from "globeadmin".

obj_hidden_user.png

Instead of hiding them with JavaScript, e.g.

Code: Select all

    if (! window.global_access) {
        nuHide('cus_created_user');
        nuHide('cus_created_datum');
    }
You do not have the required permissions to view the files attached to this post.
Post Reply