Hi,
When adding a task to a remote server using DataManager and CRUD, is it possible to assign an id returned by the server to the newly added task? We have different Job and Task entities on the server so we need to generate unique ids for the Gantt tasks based on the entity ids. I know there is the updateTaskId method that might help but I can't figure how to plug it to the end of the task adding operation.
Thanks.