2
votes

Lotus Notes has a 'versioning' feature. You can set this to work in a mode in which the user needs to click File->New->Version to create a new version. I would like to use that functionality in a button on a form.

Is there a way (using LotusScript, Java, or @Formula) to create a new 'version' from the same form (besides creating a document and moving all of the fields over)?

Thanks.

1

1 Answers

7
votes

There is an @Command called FileSaveNewVersion and the NotesUIDocument class has a SaveNewVersion method. Is that what you were looking for?