Skip to main content

5 replies

October 24, 2024

Hi, Found this question when looking for something so thought I'd answer.

Yes, the custom data type will be created automatically when you deploy the plugin. And I don't think you can reference manually created CDT in a custom plugin. The CDT is backed by a Java class and usually we create this in the same plugin package.

chitras0004
January 28, 2025

Thanks for your answer.

If we redeploy the plugin with new version how is the CDTs handled in that scenario, please share your experience if any.

Thanks!

February 4, 2025

If you are facing any issue, delete the CDT manually from the Appian designer and then re-deploy the plugin. This will deploy the CDT again from the plugin.

I recall doing this a couple of times during development when making changes to the CDT in my plugin.