How to do Auto Refresh while working in workitem?
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.
Comments
Donald Nong
May 25 '15, 8:49 p.m.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?