supervisor() Function

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: Wed, Aug 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK