Hi
I need some advise for the following scenario. I have a task list which is a read only collection. A user opens the task and gets a full business base object, he make changes and saves. Now the list of tasks has to be refreshed to show the changes (example: status or other fields which may have changed).
My question is, do I refresh the list by loading again the data from the database (based on the filter)? or I just reload the current record (remember this is a read only list)? and what happens if this record may have affected another record?
Thanks
Copyright (c) Marimer LLC