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
14 replies
Answers
1 answer
Subscribers
6 subscribers
Views
9346 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Get groupId from UUID of the group
chetany
A Score Level 1
over 8 years ago
Hi All,
I want to get the groupId from the groupUUID.
I searched the public Java API - but I did not find anything relevant.
Is it possible to do so?
OriginalPostID-237153
Discussion posts and replies are publicly visible
Parents
0
Josh
Certified Lead Developer
over 8 years ago
One workaround for you issue is to 1. Grab all groups (getAllGroups() in the group function plugin) 2. Return their uuids (getGroupUUID() in the group function plugin) 3. match the list of uuids with your uuid 4. return the selected group id
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Josh
Certified Lead Developer
over 8 years ago
One workaround for you issue is to 1. Grab all groups (getAllGroups() in the group function plugin) 2. Return their uuids (getGroupUUID() in the group function plugin) 3. match the list of uuids with your uuid 4. return the selected group id
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data