Goodnight
I developed an application to control overtime and when accessing the application I have 2 options.
Management and Employee
Employees will not be able to access the management part.
In the On start tab of the app, I configured it like this:
Set(varacesso;LookUp('List of administrators controlling overtime';varacesso = "Admin";Access))
And on the management button in On Select like this:
If(access access = "Admin"; Navigate(Governance);Notify("No access to management area"))
With this configuration, the "Management" and "Employee" user access does not work.