MAIL
You can modify the following forms and sub forms in the Lotus iNotes FORMS85.NSF file:
var gWelcomePageChoices = {
titles:[
"Yellow Pages"
,"CNN"
,"IBM"
,"My monthly calendar"
],
urls:[
"http://www.superpages.com/"
,"http://www.cnn.com/"
,"http://www.ibm.com/"
, "../../inotes/calendar/?opendocument&ui=portal&presetfields=s_CalView;M"
]
};
Example of modifying Lotus iNotes common forms file
You can use this process to modify the FORMS85.NSF file.
1. Copy FORMS85.NSF to a temporary directory.
2. Make changes to the forms as desired.
3. Test the changes to the forms.
4. Stop the HTTP process on the Domino server using the tell http quit server command.
5. Flush the database cache using the dbc f server command.
6. Copy the new Forms file to the Lotus iNotes directory under the Domino Data directory.
7. Start the HTTP process using the load http server command.
Note If you modify the default CalendarProfile values, the new values affect only new user registrations. Default values for existing users are not changed.
Related topics