SetAction (NotesOutlineEntry - LotusScript®)

Specifies a formula for an action outline entry.

Note: This method is treated as a Sub in COM.

Defined in

NotesOutlineEntry

Syntax

flag = notesOutlineEntry .SetAction( formula$ )

Parameters

formula$

String. A Domino® formula.

Return value

  • True indicates that the action is set successfully.
  • False indicates that the action is not set successfully.

Usage

This method sets the outline entry Type property to OUTLINE_TYPE_ACTION.

Example