Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » How to create the user profile and group profile? Collapse All
Subject Author Date
ven rag Sep 29, 2006 - 5:36 AM

Hi folks

i wan to create user profile for particular user for example
    1.Administrator - all access
    2.Data Entry    - particualr access
    3.Reporter    - particualr access

    similar to others. will u have profile or sample for that. if u have help me.

Technical Support Sep 29, 2006 - 11:48 AM

First of all, you should code a single solid UI version of your application for all types of users. Second, you should implement profile types in your application and restricted users should see some toolbar buttons, menu items and other UI elements in the disabled state plus background functionality of restricted actions should be also unavailable due to specific right access restrictions. This step is needed to be sure restricted operations are unavailable. The final step is to perform additional UI initialization steps for removing restricted parts of UI. The last step greatly depends on whether your application is customizable or not.