What is producer and consumer module?
Hello
Producer Module :A producer module in OutSystems exposes data, logic, or services that can be consumed by other modules.
It typically contains entities, structures, actions, and integrations that are shared across different parts of an application or between different applications.
Consumer Module :A consumer module uses the entities, structures, actions, and integrations exposed by a producer module.
It can be another application, a specific part of a larger system, or a different module within the same application.
I Hope it helps!
Thank you so much for quick response.
Hi Ram,
Check this link: https://success.outsystems.com/documentation/11/building_apps/reusing_and_refactoring/expose_and_reuse_functionality_between_modules/
Hope it helps,
Hi Ram Kumar
Producer Module
A producer module is a module that exposes its elements (such as screens, actions, entities, structures, or server actions) for use by other modules.
Consumer Module
A consumer module is a module that consumes or uses the elements exposed by a producer module.
Check this also:Click Here
Thanks,
Gokulprasanth M