a!userRecordIdentifier() Function

Function

a!userRecordIdentifier( users )

Returns a value of type Record Identifier for each user passed to the function.

See also: Post Event to Feed Smart Service, Post System Event to Feed Smart Service

Parameters

Keyword Type Description

users

User Array

The array of users for whom record identifiers are to be created.

Returns

Record Identifier Array

Usage considerations

This function can be used for both active and deactivated users.

The expression will fail to evaluate and an error will occur if the users field contains invalid users.

Examples

NOTE: To make the following expression valid, replace "john.smith" and "jane.doe" with valid usernames in your environment.

a!userRecordIdentifier(users: {"john.smith", "jane.doe"}) returns an array of two Record Identifier values with the first pointing to John Smith's User record the second pointing to Jane Doe's User record.

Open in Github Built: Fri, Jun 09, 2023 (04:25:42 PM)

On This Page

FEEDBACK