Limit the public scope of a module
324
Views
2
Comments
New
References

The main idea is simple:

- You could limit the modules that consume this module, this would mean that no modules outside that set of modules could ever reference anything from this module.


This means the module owner(s) can in effect limit the consumers modules.


I believe this would greatly help some medium/big factories.

2014-02-07 17-02-43
Vasco Pessanha

Hey Herminio,

Have you seen this idea:

https://www.outsystems.com/ideas/1695/set-elements-visibility-as-friend-protected?IsFromAdvancedSearch=True


In your scenario, don't you want to expose something to your application but not to the rest of them?


Cheers,

Hi Vasco,


It is almost that, but here its only for that application and I believe this could be more flexible allowing for any module in any other app as long as you allow it.


Cheers

Changed the category to
References