I need to check the type of a particular module as I am not able to check whether that module is service, blank, core or etc. How do I know in particular module type?
Hey @Chandrashekhar Mankar ,
A service module doesn't have the 'interface' tab
and they have '(service)' after the name in the modules list inside the app.
A blank module has an 'interface' tab but is created empty and without defaults regarding theme and screens.
A library module doesn't have the 'processes' tab.
There's no 'core' module type, that's a classification and it's a different thing.
Hope this helps!
Hi,
You can do query to Module table. It have module kind id to identify the type of the module.
Hi Vikas, I tried checking it, but it doesn't exclusively say what kind of module it is. ( whether it is a reactive web module, service, extension, blank or library.
hi @Chandrashekhar Mankar
Please check the below link, may be it will help
https://www.outsystems.com/forums/discussion/59131/module-type-distinction/
Regards,
Jozy