Currency field value on a table is not exported via XML exportIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Currency field value on a table is not exported via XML export ProblemAfter export, the record from any table contains currency field to XML file. When modifying the currency value in the XML file and import gain, the currency field value does not update. Symptoms1. Open the core_company table.2. Open company ACME Africa, and set profit to $1234.00.3. Export the record to XML file. The profit is shown on the XML file.4. Modify the value for Profit, a currency field, to $1000.00. Save the record.5. Import the XML file saved from step 3. Note that the currency field value did not update. CauseThe XML export feature is designed to work for exporting records from a table as is (raw data), without dependents such as currency records. This behavior is as intended.ResolutionExport/Import of currency fields should be done through other methods such as Excel/Csv/Import sets where the value of the currency field is exported and imported.Any method involving direct web services or XML has to separately transfer the fx_currency_instance table records first, and then the parent records (thus wanted record).