Free cookie consent management tool by TermsFeed User Image (a!userImage)
User Image

Function

a!userImage( user, altText, caption, link, showWhen )

Displays a user's profile photo for use in an image field, rich text field, tree browser field, billboard layout or grid column in a Read-Only Grid.

See also: Image design guidance

Parameters

Name Keyword Types Description

User

user

User

The user whose profile photo will be shown.

Alternate Text

altText

Text

Alternate text of the image used for the image's alt attribute and read by screen readers; see accessibility considerations for more information.

Caption

caption

Text

Text to display in mouseovers.

Link

link

Link

Link that determines the behavior of an image when clicked. Create links with:

Visibility

showWhen

Boolean

Determines whether the image is displayed in the component. When set to false, the image is hidden and is not evaluated. Default: true.

Usage considerations

Using the user parameter

  • When no user is provided, the default profile picture is shown.

Feature compatibility

The table below lists this SAIL component's compatibility with various features in Appian.
Feature Compatibility Note
Portals Incompatible
Offline Mobile Incompatible
Custom Record Field Expressions Incompatible
Process Reports Incompatible

You cannot use this function to configure a process report.

Process Events Incompatible

You cannot use this function to configure a process event node, such as a start event or timer event.

The following patterns include usage of the User Image.

  • Event Timelines (Timeline, Events): Use the event timeline pattern to display a dated list of events and actions in chronological order. This pattern uses a combination of cards, rich text, and user images to show an easy to navigate list of dated events.

  • Leaderboard (Looping): Use the leaderboard pattern to show a selection of your data in an easy to read ranked display.

  • User List Pattern (Looping): The user list pattern retrieves all the users in a specified group and displays them in a single column.

Open in Github Built: Wed, Apr 24, 2024 (06:51:47 PM)

User Image

FEEDBACK