I need help refreshing docs that are contained in a view.
These docs have a field that is computed but does not automatically update (refresh) itself until you go into the doc in edit mode. Only after clicking on a field in the doc does the said field update itself.
Subject: Refresh Docs in a view
need more info to help
but from what i can tell, you have to update them whenever the values that computation is based on changes
or ahve no agent that goes thru and updates them.
Subject: Refresh Docs in a view
So you just want to get this one computed field to recompute in all documents in the view? How about an agent using @Command( [ToolsRefreshAllDocs])?
Hope that helps.