Roles not Working

Hello, I keep getting this error below when I run my program even though the user has al the rights to do everything.
please help!

caused by GatewayException: Error executing function 'RunUpdateQuery': The current user does not have the required roles for this operation.
caused by GatewayFunctionException: The current user does not have the required roles for this operation.

Check this thread: ERROR(500): Error executing function 'RunQuery': The current user does not have the required roles for this operation

I will check it out, thanks

so what exactly do i have to do?

Either enable the legacy permission access (not recommended) or populate the required client roles as appropriate for whatever you need to do.

i got it. in properties/permissions I set them ALL to enable and my screens are working.
Thank You PG!

Just remember this is the least secure solution. :slight_smile: