Home > Contents > Index >
WORKFLOWASSIGNMENT.GETASSIGNERUSERID
Retrieves the ID of the user who gave the assignment.
Syntax
<WORKFLOWASSIGNMENT.GETASSIGNERUSERID NAME="assignment name" VARNAME="variable name"/>Parameters
NAME (required)
- Name of the assignment object.
VARNAME (required)
- Name of the output variable.
Error Numbers
The possible values of
errno
include:
Value Description -12020 No object by name. -12037 Required field missing.Example
The following example retrieves and assigns a user ID from an assignment object named
assignobj
.<WORKFLOWASSIGNMENT.GETASSIGNERUSERID NAME="assignobj
" VARNAME="assignerid
"/>Release Introduced
This tag was introduced in CS release 4.0.See Also
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.