Home > Contents > Index >
PARTICIPANTS.SCATTER
Scatters the participant list into prefix+participants.
Syntax
<PARTICIPANTS.SCATTER NAME="participant object" PREFIX="variable prefix" />Parameters
NAME (required)
- Name of the participants object.
PREFIX (required)
- The first part of the name of all variables and/or lists used by this scatter operation. Variables are typically named with the prefix together with the field name. A delimiter is not automatically inserted after the prefix. Therefore, if a delimiter, such as a colon, is desired, it must be included with the prefix. For example,
Variables.prefix:fieldname
.
Description
The following variables are set as a result of this scatter operation:
prefix + roleTotal
- Total number of roles.
prefix + rolei
- Role (i
is 0 to prefix + roleTotal).
prefix + roleiuserTotal
- Total number of users for this role.
prefix + rolei + userj
- User ID of the jth user of the ith role (j is 0 to prefix roleiuserTotal - 1)Error Numbers
The possible values of
errno
include:
Value Description -12020 No object by name. -12037 Required field missing.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.