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
1. In the lower environment, where you have the array of dates constant defined, leave the constant value empty. Do not provide any values in the constant. 2. When deploying to the higher environment, in the custom properties file, do not provide any value for the constant. Leave the property value blank.
For example, in the custom properties file, the entry for the date constant would look like this:
date_constant=
By leaving the property value empty, the constant in the higher environment will be deployed as a null value, as desired.