Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
Replies
5 replies
Answers
1 answer
Subscribers
7 subscribers
Views
3742 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Anyone know how to: 1) Provide a form user with zoom and font size function
markw91
over 9 years ago
Anyone know how to:
1) Provide a form user with zoom and font size functionality?
2) We need to 'watermelon' alternate color rows shown for list of projects, any ideas?
3) Allow users to specify columns on their dashboard
4) Allow users to convert reports to graphs
5) Ad-hoc reporting
OriginalPostID-156641
OriginalPostID-156641
Discussion posts and replies are publicly visible
Parents
0
fredericas0001
over 6 years ago
For your autofill question:
docs.appian.com/.../recipe_set_the_default_value_of_an_input_on_a_start_form.html
The documentation says to configure the autofill values in the process model.
Use expression: user(loggedInUser(), "firstName") which returns a string of the logged in user's appian account information.
There are many other parameters you can use other that first name to extract the current user's data which can be found in documentation such as last name, username, email.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
fredericas0001
over 6 years ago
For your autofill question:
docs.appian.com/.../recipe_set_the_default_value_of_an_input_on_a_start_form.html
The documentation says to configure the autofill values in the process model.
Use expression: user(loggedInUser(), "firstName") which returns a string of the logged in user's appian account information.
There are many other parameters you can use other that first name to extract the current user's data which can be found in documentation such as last name, username, email.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data