Hi List
I have a question about an agent running scheduled on a server.
lets say I have a few views and want those used in a scheduled agent.
Those views has to be updated at some point during the day.
How can I update the views like it was done with updall?
Lets say updal didn’t run yet.
I use
myView = db.GetView “MyNotUpdatedView”
is using myView.refresh enough to get the view ( onDisk ) updated or is view.refresh only to update the in the agent created myView ( NotesView ) in memory e.g when i did process most documents in that view ( like deletion and adding documents ) ?
If I choose auto in the design properties box then that to much.
If I choose every at most x hours, then maybe its to late.
So basicly is view.refresh for a view ondisk/server memory the right choice here? The docs states ‘view.refresh refreshes the BACK-end view’, but this backend view is that equally the ondisk view?
Thanks in advance
Arnold