CopyTable

Takes four parameters, DestinationTable, SourceTable, bWithParents, bWithPWHashes

Description:

Copies a single table's data from SourceTable into DestinationTable.

If the bWithParents parameter is true, the existing attachments in the SourceTable will be copied as well. Note that all attachments in Moxie.Build are stored in the child tables, so there is no need to perform an additional step if this is enabled.

If the bWithPWHashes parameter is true, the hashed passwords in the SourceTable will be copied as well. This is only applicable/useful for tables that are configured for login.

Example:

CopyTable "Example.TableName" "MemTab.Person", "y", ""