710
Views
2
Comments
Solved
Espace Name of (system) module
Question

Hi, 

I am looking for the espace name of the (system) module. Can anyone tell me what it is? Thanks

2017-12-13 08-27-28
Joey Moree
Solution

ServiceCenter.

But the better option to look for it will be using the IS_SYSTEM boolean attribute of t he Espace entity. (just incase the name ever changes, besides if somebody names a module ServiceCenter you might get duplicate results)

So again, you can easily find this using IS_SYSTEM (and IS_ACTIVE ofcourse) while aggregating the Espace entity from System.

2019-07-08 11-04-35
Leonardo Fernandes
 
MVP

It's unlikely that the name will ever change (too many things now depend on this name, or at least in the deployment path being /ServiceCenter/).

Besides Is_System, which works for this case, another option to identify modules is by their SS_Key, which is unique and will not change even if you rename the module.

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