I have a single record form with some currency fields disabled on insert\update mode.
Via ajax onChange events of other fields, these disabled fields get populated with calculated values.
This issue happens only on insert of a new record: when I press save, the calculated values in the disabled fields are not saved.
Everything works as expected If I open the form with an existing record and edit it.