You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Appian utility application to display user avatars based on a user's first and last name.
3
+
4
+

5
+
6
+

7
+
8
+
## Requirements
9
+
10
+
The User Initials Avatar application depends on the following Appian Cloud approved plug-in(s):
11
+
12
+
* Content Tools (v1.0.1)
13
+
* finddocumentsbyname()
14
+
15
+
## Installation
16
+
17
+
Installing the Appian User Initials Avatar application follows the same process as installing any new Appian application into your environment. The application is ready for use upon installation, but if you would like to configure the default `initials set` and `style` properties then refer to the [Configuration](#Configuration) section.
18
+
19
+
## Usage
20
+
21
+
22
+
23
+
## Configuration
24
+
25
+
### Set Security
26
+
**UIA All Users**
27
+
28
+
Members of this group are allowed to view all user initials avatars.
29
+
30
+
**UIA Administrators**
31
+
32
+
Members of this group will be given Administrator permissions to modify the User Initials Avatar application.
33
+
34
+
35
+
### Set Default Constant Values
36
+
**UIA_INITIALS_SET_DEFAULT**
37
+
38
+
**Type:**`Number (Integer)`
39
+
40
+
Represents the default initials set to display in the user's avatar.
41
+
42
+
Acceptable Values:
43
+
44
+
*`1`
45
+
*`2`
46
+
47
+
**UIA_STYLE_AVATAR_SINGLE_DEFAULT**
48
+
49
+
**Type:**`Folder`
50
+
51
+
Represents the default style for single initial avatars.
52
+
53
+
Acceptable Values:
54
+
55
+
*`Single Initial/appian`
56
+
*`Single Initial/dark`
57
+
*`Single Initial/light`
58
+
59
+
**UIA_STYLE_AVATAR_DOUBLE_DEFAULT**
60
+
61
+
**Type:**`Folder`
62
+
63
+
Represents the default style for double initial avatars.
0 commit comments