isCanCreateLSOrJavaAgent (NotesACLEntry - JavaScript™)
Read-Write. For an entry with Reader access to a database, indicates whether the entry is allowed to create LotusScript® or Java™ agents.
Defined in
NotesACLEntrySyntax
isCanCreateLSOrJavaAgent()
: boolean
setCanCreateLSOrJavaAgent(flag:boolean) : void
Legal value | Description |
---|---|
true |
if the entry can create LotusScript® or Java™ agents in the database |
false |
if the entry cannot create new LotusScript® or Java™ agents in the database |
Usage
After setting this property, you must call save on the parent ACL for the changes to take effect.Setting this property has no effect on an ACL entry unless the entry has Designer, Editor, Author, or Reader access to a database. If an entry has Manager access, this property is always true. If an entry has Depositor or No access, this property is always false.
By default, this property is false for a new entry with Designer, Editor, Author, or Reader access.