How can I change Is Persistent field value of a role ?
I was reading security documentation User Roles
https://success.outsystems.com/documentation/11/user_management/user_roles/
I am using personal environment and checking role property Is Persistent and it is disabled.
I checked in service module as well
Hello Naveet,
As per OutSystems documentation you can change this property only for traditional web applications and service modules
I think you are trying to do it with reactive app that is why it is disabled. This functionality is available on traditional Web Apps and Service Modules only. You can check it on the same page you have mentioned in your question. In the same page try to search for -: 'You can only change this setting for Traditional Web Apps and Service Modules.'
No, I created a service module
Oh ok got it I need to create service module independently. thank you for help.