Home > Contents > Index >
ICS.READEVENT
Reads an event from storage.
Syntax
<ICS.READEVENT LIST="list name"
NAME="event name"/>Parameters
LIST (required)
- Name of the output list.
NAME (required)
- Name of the event.
Description
This tag reads an event from storage. In order for the event to be read it must have been created using the APPEVENT or
EMAILEVENT
tags. TheICS.READEVENT
tag returns a list with the following columns:
- Name
- Type
- Enabled
- Time
- Target (for application events)
- Recipient (for email events)
- Params (for application events)
- Filename (for email events)
Error Numbers
The possible values of
errno
include:
Value Description -203 Event error -10004 A required parameter is missing. -10010 Invalid parameter valueExample
The following example reads the email event
confirmation email
from storage and places the results in a list calledevents
.<ICS.READEVENT LIST="events" NAME="confirmation email"/>Release Introduced
This tag was introduced in Content Server release 4.0.See Also
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.