Question

When deploying a package to QC env, deployment is failing throwing the error : "The Constant [uuid = ..] was created because a value for the constant must be provided in an import customize file when it environment specific"

A
Anonymous
July 29, 2026

Answer

Error:

1785337016585-d3wh9msvd2q.jpeg


The deployment is failing due to environment constant ,As suggesting in error we need to imported customize file importing the package in QC environment

1785337016588-b4fyo8rties.jpeg

Download the customize the file and edit the the customize just uncomment last line in the comment

## ----------------------------------------------------------------------
## Instructions
##
## All of the properties in this file are commented out; they have a pound
## symbol at the start of each line that renders them inert.
##
## Instructions and headings are marked with two preceding pound
## symbols (##).
##
## On import, all commented-out properties are ignored, and the
## corresponding values in the destination environment remain
## unchanged.
##
## To set or change a property on import using this file,
## uncomment the property by removing the pound symbol from the start
## of its line. Then enter a value for the property after the equals
## sign (=) at the end of that import customization file.
##
## If you uncomment a property, but provide no value, the value of
## that property will be set to null in the destination environment.
## Properties that correspond to admin console settings and require a value
## will be set to their default value instead of being set to null. Default
## values of settings may be different between versions of Appian.
##
## To force sync of a record type please add an entry to the file in the following format
## recordType.<UUID>.forceSync=true
##
## To force import unchanged objects add the following line in the file
## importSetting.FORCE_UPDATE=true
##
## To force import report, dashboard, or business process objects add the following line in the file
## report.<UUID>.forceOverrideProtection=true
## dashboard.<UUID>.forceOverrideProtection=true
## businessProcess.<UUID>.forceOverrideProtection=true
##
## To trigger a data update for a business process add the following line in the file
## businessProcess.<UUID>.updateProcessData=true
##
## To automatically start the event consumer you are importing, add the following to the file
## eventConsumer.<UUID>.autoStart=true
##
## Note: Never remove the double pound symbols (##) in front of instructions
## and headings.
## ----------------------------------------------------------------------

## Constant: AV_BOOLEAN_ENABLE_DELETE_TEM_DOCUMENTS
## Type: Boolean
##
## Boolean values must be specified as either the text TRUE or FALSE.
content._a-0000f01d-a8fd-8000-9ccf-011c48011c48_7099241.VALUE=TRUE


While deploying to QC, add this customize file

1785337016589-bjbqubp5pcu.png




















After importing package deploy the package , the constant will deploy to QC

JuniorConstant#secenrio_based
Loading comments...