Modifying the CDT changes will that effect existing instances in production after deploying the CDT changes?

Hi,

I have added two new columns to the CDT, When I am deploying these changes to production.
are these two new fields mapped to the existing instances or not ?
Regards,
Supriya

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Hi,

    If you add new columns this won't impact in-flight instance as long as certain conditions met

    • These columns should accept null values
    • You are not using this new columns in your expression/interface rules to determine some business logic, which will impact on workflow decisions

    The in-flight instance will impact if any of the following changes are done your table

    • Deleting columns
    • Changing data type of column
    • Reducing the size of column
Reply
  • 0
    Certified Lead Developer

    Hi,

    If you add new columns this won't impact in-flight instance as long as certain conditions met

    • These columns should accept null values
    • You are not using this new columns in your expression/interface rules to determine some business logic, which will impact on workflow decisions

    The in-flight instance will impact if any of the following changes are done your table

    • Deleting columns
    • Changing data type of column
    • Reducing the size of column
Children
No Data