Hi all, I have to run an agent to fix contents of fields , and only it is working with uidoc.Refresh(True). How can I use uidoc.Refresh(True) within agent that runs selected document in view?
Dim workspace As New NotesUIWorkspace
Set uidoc = workspace.Currentdocument
Call uidoc.Refresh(True)
Call uidoc.Save