Does deploying custom plugins with custom data types automatically create CDTs in Appian? If not, does the plugin deployment fails if those CDTs are not created manually prior to deployment.
Thanks in advance!
Discussion posts and replies are publicly visible
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.