Home > Contents > Index >
EMAIL.GATHER
Gathers all e-mail variables named with the
PREFIX+email
convention into an e-mail object.Syntax
<EMAIL.GATHER NAME="email_object_name
" PREFIX="variablePrefix
" />Parameters
NAME (required)
- Name of the e-mail object.
PREFIX (required)
- First part of the name of all variables and/or lists used by this gather operation. Variables are typically named with the prefix together with the field name. If a delimiter, such as a colon, was used in the creation of the variables that you want to gather, you must use the same delimiter in the gather operation. For example,
Variables.
prefix:fieldname
.
Error Numbers
The possible values of
errno
include:
Value Description -105 Email object has a name conflict.Example
The following code creates and loads an e-mail object, and then gathers all variables with the specified prefix (
ePrefix
in this example) into this object.<!-- Create and Load e-mail object--> <EMAILMANAGER.CREATE OBJVARNAME="emailObj"/> <EMAILMANAGER.LOAD NAME="AssignmentDueReminder" OBJVARNAME="emailObj"/> <br/> <!-- Gathers set variables into email object --> <EMAIL.GATHER PREFIX="ePrefix:" NAME="emailObj"/>
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.