Is there any way to keep a Constant the same value in a particular environment?

Is there any way to keep a Constant the same value in a particular environment? For example, my Development environment has a constant with the value "X" and my QA environment has the same constant with the value "Y". When I export/import the application from Development to QA, the constant in QA gets overwritten from "Y" to "X" and needs to be manually changed back.

Is there any way to confirm that the QA's constant retains its value of "Y"?

OriginalPostID-219498

OriginalPostID-219498

  Discussion posts and replies are publicly visible

Parents
  • @lisak

    When you move any existing component the content will get override. For example if u declare constant value of type process model I'd or some other unique keys all environments will have thier unique id defined.

    In such case if we try moving a package let's say constant has process model I'd 501 SIT ... after moving it will override in QA .. Anyhow we need to keep a track on post deployment steps like Constant needs to be updated

    Thanks ..!!!!!
Reply
  • @lisak

    When you move any existing component the content will get override. For example if u declare constant value of type process model I'd or some other unique keys all environments will have thier unique id defined.

    In such case if we try moving a package let's say constant has process model I'd 501 SIT ... after moving it will override in QA .. Anyhow we need to keep a track on post deployment steps like Constant needs to be updated

    Thanks ..!!!!!
Children
No Data