Constant on on-premise Deploymen (Constant value in production is not updating)

0
Hi there!   We are facing the same problem. https://community.mendix.com/link/space/deployment/questions/92938 According to a past question.  “If you did only update your constant in the modeler, you only updated the default value of it. If it was already deployed before, you also need to change the value of the constant on the server. ”   Am I correct in understanding that the constants on the server are application constants in the Mendix console? Will the added/deleted constants be reflected?   Thanks, Iwata
asked
1 answers
1

When a constant is first deployed it will take the default value in the application, but if you change this value in modeller and deploy again, it will still keep the initial value. This is because you probably have different values for the constants in different environments and you don’t want to have to change them every deployment. 

https://docs.mendix.com/refguide/constants/

I hope this helps.
 

answered