I implemented a synchronization using the awork API.
I create clients and projects from the ERP system in awork, which works fine.
In return, I fetch the time entries from awork and transfer them into my ERP.
To keep the synchronization as simple as possible (and to avoid discrepancies), I’d like to lock the time entries for users in awork. Unfortunately, I haven’t found anything useful for this. The global setting that defines how many days time entries can be edited isn’t an option for me, because I can’t change it due to other users.
Using isBilled would work, but the catch is that I’d have to set all entries to isBillable.
Is there a way I might have missed to try?
BR René