LOTUSSCRIPT/COM/OLE CLASSES


Examples: UnprocessedDocuments property
1. This agent script allows a user to approve multiple requisitions at once by processing the currently selected documents in the Requisitions view. UnprocessedDocuments returns the documents that are currently selected in the view. The script iterates over each document and, if the Approver item contains the current user's name, it sets the Approved item to "Yes."
2. This agent script runs on all newly created and modified documents, and its purpose is to modify the Status item of each document it processes.
3. This agent script runs on all unread documents, and its purpose is to put unread documents into a folder.
See Also