Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
Trying to use Section Access in my project i found a problem what i can't solve alone.
When i apply Section Access ( Doesn't matters if is to a USER or ADMIN ), after recharge the app, the user recieve an "Access Denied" to the App.
I follow all of tutorials in QS Wiki, and my own developer book but still show me this message.
Actually i use section access from Excel with this script:
section access;
DATA:
LOAD
"ACCESS",
"USERID",
"GROUP",
"ORGANIZACIÓN VENTA",
"ZONA DE VENTA",
"TIPO MATERIAL",
"SUBTIPO MATERIAL",
"NOMBRE JV",
"VERSIÓN FCST",
"RAMO TIPO"
FROM [lib://DEV_APPS_SALES_CFG/SECTION_ACCESS_TABLE.xlsx]
(ooxml, embedded labels, table is Hoja1);
Section Application;
and inside the excel i have :
The version of my platform is:
My questions are:
Hi Alvaro,
1) there is no ADMIN row in your Section Access Table. You need at least one.
2) try upper(USER_ID) to get everything in Uppercase
to your questions:
regards
tim
Hi Alvaro,
just change USERID to Upper(USERID) as USERID, in Section Access, the value of USERID need be upper case.
Regards,
Nina
Section access once granted should always be followed by a reload of the Qvw. The changes will not be update until the reload is successfully completed. Make sure the reload is completed before you check the access after adding user to section access.