OutSystems Service Studio 4.1 Help
Use Permission Area References
In Service Studio you can use permission areas that are exposed by another eSpace or extension, called, in this context, a Producer. Simply add these permission areas as eSpace reference (Is an element exposed by a Producer eSpace or extension that, when referenced by a Consumer eSpace, is called an eSpace reference in its context. Once an eSpace reference, e.g. an action or entity, is added, you can use it anywhere in the Consumer eSpace but you cannot change its definition.) of your eSpace, called, in this context, a Consumer eSpace.
|
How to add a permission area reference: |
|
Once permission areas are added as references, you can use them in your eSpace:
In any action flow (Collection of elements that graphically implements the behavior of an action. You can have assign and control elements, exception handlers or you can invoke other actions. The elements are linked through Connectors.), by dragging the permission area related action from the Permission Actions folder of the Tools tree, into the flow, just like any other action or
In any Web Screen, Mobile Web Screen, Send Message, and Wait for Message, by selecting the element and checking the Permissions property that corresponds to the exposed permission area.
How permission area references are executed
The permission area that you added as a reference is checked in the context of the Consumer eSpace, that is, within the same database transaction.
See Also
eSpace References | Add/Remove eSpace References | Expose a Permission Area | Use an Entity Reference | About Hub Server Session