Free cookie consent management tool by TermsFeed supervisor() Function
supervisor() Function
This function cannot be used with Custom Record Field Expressions. It can only be used with Offline Mobile if it is loaded at the top of the form.
For a full list of functions and their feature compatibility, explore the Appian Functions table.

Function

supervisor( userinfo )

Returns the supervisor of the user if they have one.

Parameters

Keyword Type Description

userinfo

Text

The user info of the user, which can be either the username or the user itself.

Returns

User

Usage considerations

supervisor() cannot be used to define a column of process report data or in a process event.

Examples

You can copy and paste these examples into the Expression Rule Designer to see how this works.

supervisor("john.doe") returns mike.smith

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

supervisor() Function

FEEDBACK