Hello, What is the easiest way to edit an existing field in a CDT? I have a coup

Hello, What is the easiest way to edit an existing field in a CDT? I have a couple of CDT's in my application which need to undergo some changes(to existing fields as well as add some new fields). I tried deleting the whole list of CDT's and recreated the same by importing an XSD. However all my processes are still referring to the old CDT's(In the data mapping's for eg I can see (username~3) which is obviously referring to an old version). I did go and manually change it - but then all the data mappings in the process got wiped out. There should be an easy way to do this. Please advise...

OriginalPostID-92285

OriginalPostID-92285

  Discussion posts and replies are publicly visible

Parents
  • The namespace is defined in the XSD and that is the one which has preference over any setting.

    The conf.data.type.designer.namespace is just for those data types you create from the UI.

    Once a model points to {namespace_1}MY_CDT even if you delete and reimport a CDT with a different qualified name the model will still reference {namespace_1}MY_CDT because the model is independent from the CDT changes that's why Impact Analysis was created but that works only if the CDT is the "same" which means same namespace same name.

    Any changes in namespace not planned beforehand will require you to remap your models.
Reply
  • The namespace is defined in the XSD and that is the one which has preference over any setting.

    The conf.data.type.designer.namespace is just for those data types you create from the UI.

    Once a model points to {namespace_1}MY_CDT even if you delete and reimport a CDT with a different qualified name the model will still reference {namespace_1}MY_CDT because the model is independent from the CDT changes that's why Impact Analysis was created but that works only if the CDT is the "same" which means same namespace same name.

    Any changes in namespace not planned beforehand will require you to remap your models.
Children
No Data