This function copies the record mappings from one record and SharePoint List Setup to another combination.
Parameters:
"_FromRecord" - Specifies the source record for copying.
"_FromSPListSetupCode" - If this parameter is empty, the function will look for all SharePoint List Setups that are connected with the record/table (record conditions are also applied). The maximum number of characters is 20.
"_FromContentTypeName" - If this parameter is not empty, the function will copy only record mappings associated with selected Content Type.
"_ToRecord" - Specifies the destination record for copying.
"_ToSPListSetupCode" - If this parameter is empty, the function uses the SharePoint list as a target as it is specified in General (FastTab)/Transfer To List Setup Code. The maximum number of characters is 20.
"_ToContentTypeName" - If this parameter is empty, the record mapping will retain its current Content Type even after it is moved to a new list or a library. If you want to change the Content Type of the mapping during the process, provide it in this parameter.
"_UpdateMetadaAfterCopy" - If set to true, NavSherpa will update all metadata on SharePoint from the new record (e.g. if you copy mapping from Purchase Invoice to Posted Purchase Invoice and this parameter is true, all metadata on SharePoint will be updated from related Posted Purchase Invoice).