How to do Auto Refresh while working in workitem?
I have a requirement where Work item changes should reflect immediately without pressing the save button.
Please guide me.
|
One answer
Technically, there is more complexity in implementing that facility. RTC by default send notification to all subscribers on each save event. Also there will be unnecessary history event for each save event that may cause unuseful history events.
I dont think its good idea as user may enter multiple fields and then click save event.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Isn't it called "auto-save" rather than "auto-refresh"? If it is indeed "auto-save", when there are so many fields of a work item to fill in, how do you programmatically determine when is a good time to save?