Howto Lock TimeEntries?

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é

Hi @ReneHeidenreich,

thanks a lot for the question. Currently the only “locking” mechanism is indeed setting the time entry to isBilled = true (which requires isBillable = true). We are also not planing anything in this direction at the moment but an interesting feature to consider in the future. If you would like to see such a feature in the future, I would suggest to leave a feature idea in the community and leave vote for it.

Best regards

Ian