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.db:createDocument
 
wm.ln.db:createDocument
This flow service creates a document in a database and returns a Document object that represents the new document. You must call Document.save() if you want the new document to be saved.
Input Parameters
database
Database The lotus.domino.Database object for the database to create the document in.
Output Parameters
document