We are migrating a project to PowerServer. We still want to be able to compile and deploy the client/server application. There is code in our application that is useful only for the client/server version and we would like to skip it when we are compiling the PowerServer project. Is there a flag that we can use to know the compiling context?
We can implement this ourselves with a global variable but we don't want to reinvent the wheel if something like this already exist.