Deploy loses global variable

I have a grid that calls a control application; passing a global variable from the grid to the control application. On the control application, I have a field that looks up the name / id of a driver based on the value of that global variable. It works great in development - but not in production.

When I deploy the applications I am using typical deployment - selecting only the two related applications - not uploading libraries and buttons - only the applications (is that where it is? I have to deploy these every time - even when deploying one application?)

2019-03-08_12h58_44.png

2019-03-08_12h58_54.png

Deployment with libraries and buttons never finishes.

I would advise to do this step by step. First apps then buttons and then libs. Only generate zip files and use this to extract all the files on your server. This works for larger projects.

Yes - and that’s the method that I’ve changed to - only generate zip files - and then I sync with my server. Takes time but then everything gets there. Thank you.