文書が編集可能か判定

var ctx = com.ibm.domino.xsp.module.nsf.NotesContext.getCurrent();
return ctx.isDocEditable(doc);





対象NotesDocumentが現在のユーザーで編集可能かどうか判定するために使用します。
※OpenNTF XSnippet より転載です

OpenNTF XSnippet: Determine if an author can edit a document (alternative)
https://openntf.org/XSnippets.nsf/snippet.xsp?id=determine-if-an-author-can-edit-a-document-alternative

JavaScript (Server)
ykawa
April 18, 2016 at 2:25 PM
Rating
0





No comments yetLogin first to comment...