Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasshana
Creator II
Creator II

need help in implementing section access

Hi,

I'm trying to implement section access in my application and need assistance in implementing that. I've the 'NTNAME' who needs access to the app but based on a column called 'Platform'. Below is my Platform column name in my app.

 

Platform
ATM
Database
Desktop
DMZ Routers and Switches
F5-LoadBalancer
Firewall Devices
Firewall Rules
IDS
IPS
iSeries
Proxies
Unix/Linux
VMWare
Windows Server

Wireless LAN Controllers

Below are the 'NTNAME' in excel.

 

ACCESSNTNAMEName
ADMINHBAP\44082191Vikas
USERHBEU\04741072Adam

Now my requirement is I want 'Vikas' to see all the Platforms when he logs in and want Adam to see only 'Firewall Devices' and 'Firewall Rules' when he logs in.

Regards,

Vikas

1 Reply
mdmukramali
Specialist III
Specialist III

HI,

Make sure all the fields values and Names in the section access must be in upper case .

first in the Table Use :

Upper(Platform) as PLATFORM,

...... Form Statement;

Section Access;

LOAD * Inline

[

ACCESS,NTNAME,NAME ,PLATFORM

USER,HBEU\04741072,ADAM,FIREWALL DEVICES

USER,HBEU\04741072,ADAM,FIREWALL RULES

ADMIN,HBAP\44082191,VIKAS,ATM

ADMIN,HBAP\44082191,VIKAS,DATABASE

ADMIN,HBAP\44082191,VIKAS,DESKTOP

ADMIN,HBAP\44082191,VIKAS,DMZ ROUTERS AND SWITHES

ADMIN,HBAP\44082191,VIKAS,F5 LOAD BALANCER

INCLUDE ALL THE REMAINING PLATFORMS


]

;

SECTION Application;



IF YOU WANT TO ASSIGN ALL THE PLATFORMS TO ANOTHER USER ALSO THEN JUST USE

ADMIN,HBAP\44082196,MUKRAM,*