11
Views
3
Comments
Solved
Error Log coming in Service Centre when Application suer doesn't have Rights

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.

2026-01-20 16-37-33
José Teixeira
Champion
Solution

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

UserImage.jpg
Mansimar

Thanks for the reply.

I forgot this, silly mistake from my side.

2026-01-20 16-37-33
José Teixeira
Champion

No worries! 

Glad it was an easy fix :)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.