Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Can I define some users as read only?

Locked
JohnKlassen
Posts: 148
Joined: Wed Dec 05, 2012 4:56 am

Can I define some users as read only?

Unread post by JohnKlassen »

Hi,

Is it possible to set up an application where some users have full access to change data and other users are only read-only?

Thanks,

John Klassen
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: Can I define some users as read only?

Unread post by massiws »

John, if you have to create a group of users that can access ALL forms in read-only mode, there is a simple way:
  1. add a new Access Level and on Forms tab select all forms you want to be visible and, for each form, select Yes to all Remove Button; on Objects tab be sure to select all Button Objects needed to open forms you have selected;
    Access Level
    Access Level
    AccessLevel.png (32.43 KiB) Viewed 4657 times
  2. add a new User Group with the new Access Level you created:
    User Group
    User Group
    UserGroup.png (21.3 KiB) Viewed 4657 times
  3. add users to new group:
    User
    User
    User.png (10.81 KiB) Viewed 4657 times
  4. when the new user access the application he/her can only browse forms you have selected, open Edit Screens, edit fields, but there are no buttons to close/save records: he/her must go back using breadcrumbs.
If you don't want to allow users be able to edit fields value, the only method is:
  1. clone the form;
  2. clone all objects on the form changing the ReadOnly value on each object:
    Read only value on text Object
    Read only value on text Object
    TextObject.png (5.28 KiB) Viewed 4657 times
Hope this helps,
Max
JohnKlassen
Posts: 148
Joined: Wed Dec 05, 2012 4:56 am

Re: Can I define some users as read only?

Unread post by JohnKlassen »

Max,

Thanks for the excellent instructions. This worked perfectly.

You can close this post.

John Klassen
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: Can I define some users as read only?

Unread post by massiws »

.
Locked