Hello,
I am trying to read hours from an external API and add them to timesheets in BC.
My problem is whenever i create a new Time Sheet Line manually, it also erases whatever i have in the Time Sheet Line that is created from the API.
The first line here with 7,5 total hours is read from the external API. Everything seemingly working as intended.
As soon as i add a new line manually, the total hours from the first line is suddenly gone.
I've tried to Commit() the write transactions, and inserted all the entities with .Insert(true) but the error persists. Am i missing something?