Hi All,We have a constant containing a process model. Yesterday we moved that constant and process model from test to UAT. All values were present in test. After deployment, while doing sanity we found that the value of the constant was empty. All objects got imported even the constant and process model except the constant's value. We tried redeploying the constant but it said no change while inspecting. So we directly edited in model and saved the value in the constant. The deployment was done by devops person and he is a system admin. Any insights on this issue?
Discussion posts and replies are publicly visible
Sarathkumar R Marking a constant as environment-specific just creates a placeholder. It needs a customization file to actually work in different environments. Without that file, the constant will be empty or have a default value.If your constant is environment specific you have to import customization file.
No, its not environment specific