Skip to main content
March 3, 2022
Question

Deprecate a constant

  • March 3, 2022
  • 2 replies
  • 0 views

How to deprecate a existing constant?

    2 replies

    stefanhelzle0001
    Brainy
    March 3, 2022

    There is no direct way to deprecate Appian objects. But you can rename them. If you need to deprecate an object, add a "_deprecated" to the name.

    gopalk2865
    Participating Frequently
    March 3, 2022

    Hi , remove the constant wherever it's used after checking it's dependence , once done then modify the description of this constant and right "deprecated". This is the way I handle in most of the cases.