Editing currency fields in detail is not showing up in the record audit when clicked on Pencil IconDescriptionWhen clicking on the pencil icon on the Currency field and updating the Amount value, the value is not audited and does not show as field change in the Activity stream.Steps to Reproduce Hop to any instance.Go to any table that has a currency type field eg:- Alm_hardware(Financial section - Cost field).Now try editing the value in the cost and save the record.The value gets saved and now go to the Activities (Activities section in the alm_hardware table) and see that the field change with the updated value is showing up.Now click on pencil icon beside the cost field, which opens up in a new form, and update the value in the Amount field and save the record and come back to the cost field we see the value got updated.However, when we see in the activities section the value did not get updated in the field change.Expected:- The value shown gets recorded in the activity after the value was changed after clicking on the pencil icon.Actual:- Value did not get audited/recorded in the activities section.WorkaroundThe edit button (pencil icon) simply redirects to the fx_currency_instance record. Updating that record directly will not trigger an update to the related table, and therefore not trigger an audit.This is expected behavior and by design in all currently supported releases.Related Problem: PRB1603503