Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

Sheet condition. Access rights

Hello,

I am missing some piece to make a puzzle.

I have an excel sheet:

ACCESSNTNAMEROLE

At the beginning of the script there is a code:

Section Access;

LOAD ACCESS,

    NTNAME,

    ROLE

FROM SOURCE;

Section Application;

PERMISSIONS:

LOAD Distinct ROLE

FROM SOURCE;



Then sheet have condition set like:

Screenshot_1.jpg

The idea is to control who sees the sheet.

In the applications where everything works fine when I choose the object list ROLE I only see the ROLE that is set only for the person who is connected to the app. But when I'm trying to recreate the logic and when I choose the object list ROLE I do see all the existing ROLEs.

The issue is that I cannot create with this login other applications.

Am I missing there something?

Can anyone please help my out?

Thank you!

1 Solution

Accepted Solutions
MindaugasBacius
Partner - Specialist III
Partner - Specialist III
Author

The answer is that you have to enable this field:

Screenshot_1.jpg

View solution in original post

2 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

This mechanism will only work if Section Access is applied consistently across all applications (including enabling Strict Exclusion), and every NTNAME value has no or exactly one role.

Can you post an example document that doesn't work as expected? Your explanation is a bit vague...

Peter

MindaugasBacius
Partner - Specialist III
Partner - Specialist III
Author

The answer is that you have to enable this field:

Screenshot_1.jpg