Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Part of my script:
Section Access;
Access:
Load * INLINE [
ACCESS,USER.EMAIL,_CUSTOMER
ADMIN,name@company.com,*
];
After reload. I can see all clients records - works.
Section Access;
Access:
Load * INLINE [
ACCESS,USER.EMAIL,_CUSTOMER
ADMIN,name@company.com,CUSTOMER X
];
After reload. I can see only one client - works.
But, when I want come back to * setting I still have one client record. To get back to full view I need to comment script and reload again.
Hi Jacek,
This doesn't sound right indeed, but have you tried to refresh the app or was the data actually there for only 1 customer?
Jordy
Climber
Data includes more than 1 customer. I also try refresh, cookies, delete cache browser. The only option is to comment the code, reload again, uncomment code and add new section access script.
Hi Jacek,
For testing purpose, can you add user role & give one customer and for admin role with "*" customer & test it whether its working fine or not.
Generally, for admin, give full access.