Import Customization File for Environment Specific Constants

Certified Associate Developer

Hello All,

I need an example of the import customization file to define environment specific constants. I have looked around but could not see one.

Also, when creating a constant, if check the 'Environment Specific' option, do I leave the values section blank? 

Appreciate a quick reply for ver 17.4

  Discussion posts and replies are publicly visible

Parents
  • Hi maheshp,

    The below mentioned statements may help you in understanding your query,

    It makes sense for these constants to be environment specific constants because environment specific constants that are imported without a value provided in an import customization file will not override the constant's current value on the target system. However, for these constants, you will need to actively manage that you are not providing a value in the import customization file for them when they are in your import package but not intending to overwrite their values.

    It is recommended that once imported onto an environment for the first time, the lines in your import customization file that correspond to these types of constants should be commented out and grouped together in their own section so they are easily discoverable. This way, subsequent imports with the environment's import customization file that include these constants will not override their values that may have changed on the system over time.

    docs.appian.com/.../Managing_Import_Customization_Files.html
Reply
  • Hi maheshp,

    The below mentioned statements may help you in understanding your query,

    It makes sense for these constants to be environment specific constants because environment specific constants that are imported without a value provided in an import customization file will not override the constant's current value on the target system. However, for these constants, you will need to actively manage that you are not providing a value in the import customization file for them when they are in your import package but not intending to overwrite their values.

    It is recommended that once imported onto an environment for the first time, the lines in your import customization file that correspond to these types of constants should be commented out and grouped together in their own section so they are easily discoverable. This way, subsequent imports with the environment's import customization file that include these constants will not override their values that may have changed on the system over time.

    docs.appian.com/.../Managing_Import_Customization_Files.html
Children
No Data