Hi all,
I have made an API that, with a json in input, can create a record in business central and insert the record in the database. For doing this, I have made validation for each field I read from the json. And this is the problem: when I try to insert a new item, the insertion fail becuse the insert is done by Microsoft in the validation of the "Base Unit of Measure" field.
Why Microsoft is doing this? I know the workaround to avoid this, but I want to know why microsoft is doing an insert in the validation of a field?