Error in nested CDT

Certified Senior Developer

I have updated parent CDT(UK_AWTS_Requests) to add 2 new fields. While creating new version using xsd, I was getting below Info warning for one of the child CDT(UK_AWTS_REF_STATUS) present in it.

I ignored above , created new CDT and promoted to Runway. However in Runway all the dependent objects are still referring to older version of CDT.

Also all dependent objects are showing ^8 special character.

Can somebody tell me what needs to be done in this case.

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Senior Developer
    in reply to Hemant Borate

    Including the child CDT in the package depends on whether the child CDT is being referenced or used by any of the dependent objects. If the child CDT is not directly used in the configurations of the dependent objects and the changes were only made in the parent CDT, you may not need to include it in the package. However, if any of the dependent objects do reference the child CDT, you should include it to ensure that the complete configuration is up-to-date. It's essential to verify the dependencies and configuration requirements to determine whether including the child CDT is necessary in each specific case.