Copies exchange rates from source table to target table. Updates only rates with same currency code. Rates in target table which does not
have corresponding rate in source table will not be updated.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- sourceTableId
- Type: System Int32
Id of the source exchange table
- targetTableId
- Type: System Int32
Id of the target exchange table
See Also