70 pts.
 This Lotus Notes View is obsolete and requires missing field list
When calling NIFOpenCollection, for certain views I am getting the error ID which after conversion with OSLoadString is "This view is obsolete and requires missing field list. Please edit and re-save the view." So, how to solve this issue? Is there any way to refresh, re-save view in program?

Software/Hardware used:
ASKED: February 24, 2009  8:06 AM
UPDATED: March 9, 2009  10:36 AM

Answer Wiki:
If you have edit access to the view, while in the Notes client, hold the Shift key and hit F9. That is how a view index is rebuilt from scratch. I don't know a code way to do this.
Last Wiki Answer Submitted:  February 24, 2009  2:25 pm  by  Brooklynegg   3,845 pts.
All Answer Wiki Contributors:  Brooklynegg   3,845 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Hi Brooklynegg,
Thnx for reply…..But don’t know you the API implementation to do this?

 70 pts.

 

Not sure if it’s available in C API but you should use the Refresh method of the NotesView class.

 4,075 pts.