Function: a!orgChartField()
Displays the organizational structure of users within Appian based on the users' Supervisor field values.
Name | Keyword | Types | Description |
---|---|---|---|
Label |
|
Text |
Text to display as the field label. |
Label Position |
|
Text |
Determines where the label appears. Valid values:
|
Instructions |
|
Text |
Supplemental text about this field. |
Display Value |
|
User |
The user who is the focus of the org chart. |
Save Input To |
|
List of Save |
One or more variables that are updated with the user value. Use a!save() to save a modified or alternative value to a variable. |
Show all ancestors |
|
Boolean |
Determines if all ancestors above the user are displayed. Default is false, which displays only the user's supervisor. |
Help Tooltip |
|
Text |
Displays a help icon with the specified text as a tooltip. The tooltip displays a maximum of 500 characters. The help icon does not show when the label position is |
Accessibility Text |
|
Text |
Additional text to be announced by screen readers. Used only for accessibility; produces no visible change. |
Visibility |
|
Boolean |
Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. |
Notes
value
parameter or the selected user is deactivated, an error will occur.Copy and paste an example into the INTERFACE DEFINITION in EXPRESSION MODE to see it displayed.
1
2
3
4
5
6
7
=a!localVariables(
local!user: loggedInUser(),
a!orgChartField(
value: local!user,
saveInto: local!user
)
)
An org chart similar to the one pictured below displays. Note that your org chart may differ from the example: