I am implementing this things first time so plz ignore if ve done some mistakes.Here we wanted to give the ADMIN level access but not ADMIN access.Let me explain suppose i have 100 branches and we have implemented the section access for branch wise.
e.g
ACCESS
USERID
USERNAME
ACCESSLEVEL
USER
DOMAIN\9211
KARIM KHAN
1
USER
DOMAIN\9266
KK
1
USER
DOMAIN\1177
ANCY
1
USER
DOMAIN\0172
ANAND
2
USER
DOMAIN\1192
PRIYA
3
USER
DOMAIN\1117
ISLAM
4
ADMIN
QV_ADMIN
Karim Khan is Branch user he is able to see only mapped branch which are mapped to his id.But my requirment is that i wanted to see all those branches through PAN india which are not mapped to my ID.If I will go with QV_ADMIN ID then it will show me other department also as per ACCESSLEVEL but i wanted to see All branches whose ACCESSLEVELis 1 for id DOMAIN\9211
I had gone through some post which are telling like load the same table again but with rename filed name so it will ignore those branch
code againts that section access but not understood?