Form controls in module installation packages
At present creating a Module Installation package only includes the form control files. It does not include the Objects definition and hence it is not imported into the database.
Only work around is to have two files to install the module - one the Nuget Package and the second containing the Exported object. This makes installation a bit more complex since we can't just serve the module from a Nuget feed.

Hello,
This is already supported scenario. Please see https://docs.kentico.com/k10/custom-development/creating-custom-modules/creating-installation-packages-for-modules#Creatinginstallationpackagesformodules-Conventionsfordatabaseobjects
“The code names of form controls must start with the <module code name>. prefix (including the dot character)”
Is this the solution for this idea or is there another issue?
Thank you
1 comment
-
Suneel Jhangiani commented
For some reason I missed the documentation on this - not sure why as I have folloed it for Web Parts. Anyway, you can obviously either Reject this or mark it as Completed.