I have some additional info that I want to capture when creating a new task for the Gantt eg. task owner, status etc. so obviously I will need a custom screen to capture the extra info, I was thinking along these lines:
- Have a custom 'add task button' & hide the built-in one
- The button will open my custom screen which mimics the builtin one, but with some additional fields
- On save, the screen directly updates that backend and then refresh the gantt
Is this the best way to do this and/or is there any flaw with this approach?
If ok, then how would I refresh the gannt? would I have to rebind it or is it better/possible to add the new task to the datasource and then sync?