OutSystems Service Studio 4.1 Help
Expose an Entity
In Service Studio you can expose entities owned (An element owner indicates the Producer: eSpace or extension, where the element is defined, that is, where it can be changed. It can also be a web reference, if the element is a Structure) by your eSpace to be used by a different one. In this context, eSpaces are called Producer and Consumer, respectively.
How to expose an entity
In a Producer eSpace, simply set the Public property of your entity to Yes and publish the eSpace. How
You can expose any entity of your eSpace even if it has attributes that are identifiers of other entities that are not public. This is very useful because you can expose only the entities relevant to Consumer eSpaces, without having to expose your entire data model.
See Also
Use Entity References | eSpace References | Entity Properties