API for Application title

0
Hi, Is there a way to obtain in Java the Application title at runtime? The one that we customize in the General section of the Navigation Profile? This would be very useful for logging, especially for modules that are intended to be reused by different apps. I looked everywhere on https://apidocs.rnd.mendix.com/ Any help would be greatly appreciated. Thanks!  
asked
1 answers
0

Dont know if it is possible. I would add a constant to the module, where the dev implementing the module sets the app name. Use that everywhere where you need the value. Guess thats more effective than running a java action each time to capture a static value

 

 

answered