Hi,
I wrote an action which creates a new folder with specific criteria based on a field in the mail as the foldername. But when a user clicks the button a new folder is created but you cannot see it in the left pane until one logs out and logs back in.
If I create a folder manually by Create->Folder… the left pane is refreshed and I can see the new folder.
How can I refresh this left pane with all the views and folders after I create a new folder with lotus script??
Ive tried:
Call inprogview.Refresh
Dim workspace As New NotesUIWorkspace
Call workspace.ViewRebuild
Call workspace.ViewRefresh
Call workspace.ReloadWindow( )
none of the above worked.
Thanks