I am experiencing a strange issue when attempting to create a new entity record using JavaScript. The record gets created ok but one field with the schema name "manualdiscount" never gets set. This field is a currency field. The other currency fields such as costpriceperunit are set ok. Any one know what is happening here?
Below is the object posted via the Javascript HTTP call.
{ContractLineItem@odata.bind: "/products(5b36971f-0219-eb11-a813-000d3a7eef9e)",
quantity: 1,
revenuetype: 100000001,
division: 100000000,
costpriceperunit: 500,
manualdiscount: 10}