CopyDataType command copies custom data types from one Document Definition into another. It overwrites any custom data type in the target that shares a name with one you are copying.
The import raises the version of the target Document Definition. The copied data type is then available only within its own category, such as numbers, dates, or currency.
Parameters
Example of use
CopyDataType /Source="https://FCSRV/1/SingleEntryPoint" /Target=D:\Projects\SingleEntryPoint /SourceDocumentDefinition=Banking_eng /TargetDocumentDefinition=Banking_eng /SourceU=user /SourceP=password /Name="Data type"– Copies a data type between the Banking_eng Document Definitions in a server project and a local project
