Hi,
I followed below steps to move my form template from dev environment to prod environment.
1. I have created form template in dev environment and imported into composer and build it. The build is resulting following error:
[INFO] Import finished
[INFO] DFS build for project 'oafpro6' has nothing to do
[INFO] Build started: oafpro6
[ERROR] ERROR /oafpro6/Artifacts/Types/dmc_xfm_layout.type: Type name is invalid. Type names must not begin with 'dm'. See the 'Referece projects' section in the Composer User Guide.
[ERROR] ERROR /oafpro6/Artifacts/Types/dm_xfm_schema.type: Type name is invalid. Type names must not begin with 'dm'. See the 'Referece projects' section in the Composer User Guide.
[ERROR] ERROR /oafpro6/Artifacts/Types/dm_xfm_resource.type: Type name is invalid. Type names must not begin with 'dm'. See the 'Referece projects' section in the Composer User Guide.
[ERROR] ERROR /oafpro6/Artifacts/Types/dm_xfm_instance.type: Type name is invalid. Type names must not begin with 'dm'. See the 'Referece projects' section in the Composer User Guide.
[ERROR] ERROR /oafpro6/Artifacts/Types/dm_xfm_form.type: Type name is invalid. Type names must not begin with 'dm'. See the 'Referece projects' section in the Composer User Guide.
[INFO] Build complete: 10 succeeded, 5 failed, 0 skipped
[INFO] Build failed preventing packager from running
[INFO] oafpro6 build failed
2. So, I removed the respective error object types from composer and tried. Again error was below:
[INFO] DFS build for project 'oafpro6' has nothing to do
[INFO] Build started: oafpro6
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.formtemplate: 'object type' of 'FormTemplate' contains an unresolved 'DClass' reference
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.formtemplate: 'object type' of 'FormLayout' contains an unresolved 'DClass' reference
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.formtemplate: 'object type' of 'FormResource' contains an unresolved 'DClass' reference
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.formtemplate: 'object type' of 'FormResource' contains an unresolved 'DClass' reference
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.formtemplate: 'object type' of 'FormResource' contains an unresolved 'DClass' reference
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.formtemplate: 'object type' of 'FormResource' contains an unresolved 'DClass' reference
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.formtemplate: 'object type' of 'FormResource' contains an unresolved 'DClass' reference
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.formtemplate: 'object type' of 'FormResource' contains an unresolved 'DClass' reference
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.formtemplate: 'object type' of 'FormResource' contains an unresolved 'DClass' reference
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.formtemplate: 'object type' of 'FormResource' contains an unresolved 'DClass' reference
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.formtemplate: 'object type' of 'FormResource' contains an unresolved 'DClass' reference
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.formtemplate: 'object type' of 'FormResource' contains an unresolved 'DClass' reference
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.formtemplate: 'object type' of 'FormResource' contains an unresolved 'DClass' reference
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.formtemplate: 'object type' of 'FormResource' contains an unresolved 'DClass' reference
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.formschema: 'object type' of 'FormSchema' contains an unresolved 'DClass' reference
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.formschema: 'formStorageType' of 'FormSchema' contains an unresolved 'DClass' reference
[ERROR] ERROR /oafpro6/Artifacts/Forms/process template list.forminstance: 'object type' of 'FormInstance' contains an unresolved 'DClass' reference
[INFO] Build complete: 7 succeeded, 3 failed, 0 skipped
[INFO] Build failed preventing packager from running
[INFO] oafpro6 build failed
Thus, I am expecting some one's needful.
Regards,
Mars