Hi,
We have a usage scenario where a task is modified externally, that is not using a Gantt chart. We'd like the taskbar to reflect these changes. However, I couldn't find a proper way of doing so without sending the updated data to a server. updateRecordByID() that I tried saves the changes to the server which we want to avoid. So after tha texternal change we have to refresh the whole Gantt chart which is an overkill.
So my question is, is it possible to update start and end dates of a taskbar using a method similar to updateRecordByID() but only locally, that is without saving the chanegs to the server?
Thanks.