.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

XML FOR DOMINO


trigger element
Example

Represents a trigger that executes an agent.

Containment Hierarchy

Contained by: <agent>

Contains: <schedule>

Syntax

<!ELEMENT trigger ( schedule? )>

Content

schedule?


Attributes

<!ATTLIST trigger
type(%agent.trigger.types;)#REQUIRED
>

type


Defined entity for <trigger> element

The %agent.trigger.types; entity lists the choices for actions that trigger an agent.

Syntax:

<!ENTITY % agent.trigger.types "actionsmenu | agentlist | beforenewmail | afternewmail | docupdate | docpaste | scheduled | serverstart ">

These options trigger an agent:

actionsmenu


afternewmail
agentlist
beforenewmail
docpaste
docupdate
scheduled
serverstart
Example
See Also