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
5 replies
Subscribers
8 subscribers
Views
2332 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Hello everybody, My problem is that I want to use getmembergroups()
samartzisg
over 9 years ago
Hello everybody,
My problem is that I want to use getmembergroups() and other group functions on a rule input based on Group ID.
If the Group ID does not exists this throws an exception.
does anybody know any Appian Function that checks if Group Id exists ?
I know about the isusermemberofgroup() but this works only for usernames and I want to test if a group Id exists
Thank you,
OriginalPostID-194314
OriginalPostID-194314
Discussion posts and replies are publicly visible
0
sikhivahans
over 9 years ago
7799540001
fn!doesGroupExist() in the 'Group Functions' plugin at
forum.appian.com/.../summary
should do the job for you as per my knowledge.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 9 years ago
Excuse for the typo, ignore the number present in my comment.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
samartzisg
over 9 years ago
Thank you very much for your swift response, this is certainly a good solution!! However, this post is about a solution that uses a standard Appian function or a combination of standard Appian function to do the job.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 9 years ago
@samartzisg Ah I see., unfortunately there isn't any OOTB function to check the existence of the many types of objects (such as Group, Document, Folder etc) based on the id. We need to depend on the plugins for time-being as per my knowledge.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
PhilB
A Score Level 1
over 9 years ago
As Sikhi has said, there's not a way to do this out-of-the-box. We almost always install the Group Functions plugin as it provides a lot of functions that are otherwise unavailable out-of-the-box, and we often supplement that plugin with the People Functions plugin as well:
forum.appian.com/.../summary
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel