313
Views
4
Comments
Solved
How to check what type of a module is a particular module is?

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?

2022-07-22 08-49-20
Laura Fidalgo
Solution

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!




UserImage.jpg
vikas sharma
Champion
Solution

Hi,

You can do query to Module table. It have module kind id to identify the type of the module.

2022-02-08 09-40-14
Chandrashekhar Mankar

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.

2023-11-22 10-51-50
Jozy Sohail

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

2022-07-22 08-49-20
Laura Fidalgo
Solution

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!




Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.