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
4 replies
Subscribers
8 subscribers
Views
4452 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Hi, I am using the getdistinctusers() function in a portal form to po
moritzw
over 10 years ago
Hi,
I am using the getdistinctusers() function in a portal form to populate a dropdown list with users from a specific group.
When I execute the form as admin it works just fine. When I use my test user with limited priviliges I get the following error message:
(Expression evaluation error at function 'getdistinctusers': Error evaluating function 'getdistinctusers' :
com.appiancorp.kougar.mapper.exceptions.UndeclaredException: PrivilegeException[null=>null]: Insufficient permission)
What could be the reason for this? Do you have to have admin rights in order to execute the function?
TIA, Moritz...
OriginalPostID-127356
OriginalPostID-127356
Discussion posts and replies are publicly visible
Parents
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Can you also try doing:
getdistinctusers(topeople(XXXXXX))
where XXXXXX is your constant/pv that holds the group?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eduardo Fuentes
Appian Employee
over 10 years ago
Can you also try doing:
getdistinctusers(topeople(XXXXXX))
where XXXXXX is your constant/pv that holds the group?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data