Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
7 subscribers
Views
1301 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Greetings I need to configure a message component in an appian Form to be r
leonardod
over 10 years ago
Greetings
I need to configure a message component in an appian Form to be read-only considering a specific group.
If a specific group is logged on this application and try access this form, this component can be used normally. But if other groups try access this same form, the component will be ready-only.
What is the best way to implement this situation and how i can do this ?
Thanks for the help...
OriginalPostID-124543
OriginalPostID-124543
Discussion posts and replies are publicly visible
0
mjmallet
over 10 years ago
Not sure how your process works. But me I would create 2 forms, one that is editable and one that is not. You do a check prior to the form being assigned to see what group that person is in, then you assign the form they should have access.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
elizabeth.epstein
over 10 years ago
Is your form a SAIL form? If so, you can just make the readOnly property dependent upon isusermemberofgroup(loggedinuser(),cons!MY_SPECIFIC_GROUP). If not, you can just create 2 fields on the form (one read-only, one not) and show/hide based on isusermemberofgroup.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel