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
8 replies
Subscribers
6 subscribers
Views
3369 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
I am wondering whether there's a possible bug in the "Add Group Admins&
Mike Schmitt
Certified Lead Developer
over 12 years ago
I am wondering whether there's a possible bug in the "Add Group Admins" smart service node? It currently allows only the selection of users, instead of "users and groups" (which is the selectable field in the other comparable smart service nodes "remove group admins" as well as "add group members"). This is impacting me at the moment since I need to create a group in-process and immediately add my application administrator group as the new group's administrator. Thanks for any feedback....
OriginalPostID-59977
OriginalPostID-59977
Discussion posts and replies are publicly visible
Parents
0
elizabeth.epstein
over 12 years ago
Ok then it looks like the smart service is defined incorrectly to take a list of users only. Submit a support case ASAP if you haven't already.
It's not a good long term solution (since new admins won't get added dynamically) but for now you can use getdistinctusers(topeople(cons!ADMIN_GROUP)) to add the current group members as administrators of the new group.
The other option is to create a new smart service plugin that does the correct thing -- should be pretty straightforward using the API Call GroupService.addAdminGroups():
forum.appian.com/.../GroupService.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
elizabeth.epstein
over 12 years ago
Ok then it looks like the smart service is defined incorrectly to take a list of users only. Submit a support case ASAP if you haven't already.
It's not a good long term solution (since new admins won't get added dynamically) but for now you can use getdistinctusers(topeople(cons!ADMIN_GROUP)) to add the current group members as administrators of the new group.
The other option is to create a new smart service plugin that does the correct thing -- should be pretty straightforward using the API Call GroupService.addAdminGroups():
forum.appian.com/.../GroupService.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data