.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


sign method
Example

Signs a document.

Defined in

Document

Syntax

public void sign()
   throws NotesException

Usage

If you want the signature to be saved, you must call the save method after signing the document.

If the script is running on a server, the signer must be listed in "Run unrestricted methods and operations" under the Security tab in the Server record of the Domino Directory. Otherwise the following error occurs: NOTES_ERR_SIGN_NOPERM (4165) "You must have permission to sign documents for server based agents."

Language cross-reference

Sign method in LotusScript NotesDocument class

Example
See Also