How to recognize the context of the Development Workplace

Hello,

my application runs with logins and roles.

How can my init()-method distinguish between a call from an adapter inside the Development Workplace or the production-environment (on the same machine) ?

TIA
Regards
Ingo

Hi Ingo,

we simply used the method checkIfInDevelopmentMode(); returns true if the call comes from the LayoutPainter.

Cheers, Florian!