Hi Team,
In application when a user is logging in and he doesn't have appropriate rights to a screen/Button then according to logic permissions are working fine (If a user doesn't have access to a menu item then also set visible property to false.)
But my concern is whenever the user doesn't have appropriate rights then service center is logging it as error "User Manager Role required". I don't want this message to log in service center errors as it creates junk error and cause confusion when working with multiple applications.
Is there way so service center stops logging this message.
Thanks in advance.
Hello Mansimar,
Unless you're handling the exception, you're gonna be getting a log for that error.
If you're handling the exception, however, you can set it to not log errors:
For more information regarding handling exeptions, refer to this link:
https://success.outsystems.com/documentation/11/building_apps/handling_exceptions/
I hope this helps,
Best regards,
José Teixeira
Thanks for the reply.
I forgot this, silly mistake from my side.
No worries!
Glad it was an easy fix :)