Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.document:save
 
wm.ln.document:save
This flow service saves any changes made to a document.
Input Parameters
document
Document The lotus.domino.DateRange object.
force
String Optional. If true, the document is saved even if someone else edits and saves the document while the program is running. The last version of the document that was saved is kept; the earlier version is discarded. If false, and someone else edits the document while the program is running, the makeresponse parameter determines what happens.
makeresponse
String Optional. Requires the force parameter. If true, the current document becomes a response to the original document (this is what the replicator does when there's a replication conflict). If false, the save is canceled. If the force parameter is true, the makeresponse parameter has no effect.
markread
String Optional. Requires all other parameters. If true, the document is marked as read. If false (default), the document is marked as unread.
Output Parameters
successFlag
String Indicates if the save operation completed.