Hi Team
I am using an environment specific date constant.
This is an array of dates constant .. I want to deploy to higher environment but in such a manner that the constant should be null ( because I will be appending values in it via process model as part of logic later )
While deploying I am passing nothing in the custom properties file
eg :
content._a-0000ed12-853e-8000-9c18-011c48011c48_2772176.VALUE=
But when seen in higher environment it comes like this :
I wanted it to be blank ( i.e. nothing in the constant ) .. somewhat like this :
Is there any way we can achieve this via custom properties ?
Discussion posts and replies are publicly visible
Hi GautamShenoy ,Yes you can update the value of environment specific constant via custom properties file which you need to use during deployment Within the custom properties file, look for the constant and update its value after removing the HASH(#) from the beginning of the line.Once the constant has been deployed, you can use it to update it via process model.Hope that's helpful