Hello,
I'm trying to find the relation between eSpaces, roles and applications and what happens to all of those relations when a new user and/or a new role is created. Is there a way from Service Studio to know which roles belong to each eSpace and/or to each application?
Thanks in advance
Hello Francisco.
Roles are defined per eSpace (in the Role Entity, in System):
A Module is associated with an application through the App_Definition_Module entity (System):
And a Module is associated with an eSpace through the Module entity (System):
Those are the relationships, and you can find them through those system entities (while I'm not sure if you need anything else beside them).
Cheers
hi there,
What is the query then to select all roles belong to an application?
regards,
thank you
Hi,
may be below forum will help you,
https://www.outsystems.com/forums/discussion/54247/filter-aggregate-by-role/
thanks