USERATTRIBUTE

Usage

TIBCO iProcess Workspace (Windows)

Return a user’s or group’s attribute value. For information about managing iProcess user attributes, see TIBCO iProcess Workspace (Windows) Manager’s Guide.

Syntax

USERATTRIBUTE (user, attribute)

where:

user is a text string specifying the name of the user or group.
attribute is a text string specifying the name of the attribute.

Returns

A text string containing the attribute value of the user or group. Other possible return values include the following:

If the user or group does not exist, it returns SW_NA.
If the user or group does exist, but the accessed attribute does not exist, it returns SW_NA.
If both user or group and its attribute exist, but there is no value for the attribute, it returns SW_BLANK.

Examples

TIBCO iProcess Modeler:

USERATTRIBUTE ("joseph","department")

TIBCO Business Studio:

IPEEnvironmentUtil.USERATTRIBUTE("joseph","department");