Skip to main content

CanCreateLSOrJavaAgent (NotesACLEntry - LotusScript)

Read-write. For an entry with Reader access, indicates whether the entry is allowed to create LotusScript® or Java™ agents.

Note: This property is new with Release 5.

Defined in

NotesACLEntry

Data type

Boolean

Syntax

To get: flag = notesACLEntry .CanCreateLSOrJavaAgent

To set: notesACLEntry .CanCreateLSOrJavaAgent = flag

  • True indicates that the entry can create LotusScript® or Java™ agents in the database.
  • False indicates that the entry cannot create LotusScript® or Java™ agents in the database.

Usage

After setting this property, you must call Save on the parent NotesACL in order for the changes to take effect. If you do not call Save, your changes to the NotesACLEntry will be lost.

Example