I recently started working on ODC and i wanted to create a service module to create common entity for all my applications. In ODC i can only able to create web application or library and i don't find service module. Also in ODC Library i can only able to create Static entity and not a normal one.How to have a common module which holds all my common entities and blocks?Do i need to create application type and reuse it?
Hi @Joe AJ,
In ODC, you don't have a concept of a service module. So yes, you will need to create an application only if you want to hold some common entities.
I would recommend you to go through these documentations.
Hope this helps!
Regards,
Prakhar Sharma
Thank you Prakhar!Will do that!