I added two text fields and a number(integer) field to an existing CDT, publishe

I added two text fields and a number(integer) field to an existing CDT, published it, updated datastore, made necessary changes to the process modeler; however the values are not written to the text fields in database (MySql), number field works fine. Any thoughts?...

OriginalPostID-87411

OriginalPostID-87411

  Discussion posts and replies are publicly visible

Parents
  • In addition to Patty's recommendation it seems there's still something pointing to the old version of the CDT where these fields didn't exist. To fix it:

    1. Create an application with your problematic model
    2. Use the "Check Missing Dependencies" tool to add the data store and data types
    3. When the dependencies are listed you may see CDTs of type ^1 meaning they are old versions. This will confirm the theory
    4. At this point you have two options:
    ---> 4.1 Expor the application and re-import it (to automatically remap)
    ---> 4.2 Or go to the Data Management tab to see all the CDTs this application reported with the ^1, ^2, etc suffix, select them and run Impact Analysis. There will be a report at the end telling you what items will be updated, just click "update" and wait.
Reply
  • In addition to Patty's recommendation it seems there's still something pointing to the old version of the CDT where these fields didn't exist. To fix it:

    1. Create an application with your problematic model
    2. Use the "Check Missing Dependencies" tool to add the data store and data types
    3. When the dependencies are listed you may see CDTs of type ^1 meaning they are old versions. This will confirm the theory
    4. At this point you have two options:
    ---> 4.1 Expor the application and re-import it (to automatically remap)
    ---> 4.2 Or go to the Data Management tab to see all the CDTs this application reported with the ^1, ^2, etc suffix, select them and run Impact Analysis. There will be a report at the end telling you what items will be updated, just click "update" and wait.
Children
No Data