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
11 replies
Subscribers
7 subscribers
Views
4279 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Hello, I am using Appian Function 'getdirectgroupmemberuserspagin
tapans
over 9 years ago
Hello,
I am using Appian Function 'getdirectgroupmemberuserspaging()' - to get the direct members of the given group (which ignores members from child group).
I found some discrepancies using this function, as it is not giving correct result sometimes. Seems the result is inconsistent using this function.
Does anyone face similar issue or have anything more to share here?
Many Thanks,
Tapan Shah
OriginalPostID-169542
OriginalPostID-169542
Discussion posts and replies are publicly visible
Parents
0
sikhivahans
over 9 years ago
@philb Correct, but as you know already, in Appian we conclude the behavior after analysing the results of implementation. :)
@tapans To my knowledge, it seems like the API function getMemberUsersDirectPaging() in 'GroupService' interface which was used, expects the value from 0 as the array index in java start from 0 and there isn't any additional logic in plugin to make the startIndex (0) expected by API function getMemberUsersDirectPaging() inline with Appian's default startIndex(1). Offcourse, by slightly extending the getdirectgroupmemberuserspaging() function in the plugin, it can be doable.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sikhivahans
over 9 years ago
@philb Correct, but as you know already, in Appian we conclude the behavior after analysing the results of implementation. :)
@tapans To my knowledge, it seems like the API function getMemberUsersDirectPaging() in 'GroupService' interface which was used, expects the value from 0 as the array index in java start from 0 and there isn't any additional logic in plugin to make the startIndex (0) expected by API function getMemberUsersDirectPaging() inline with Appian's default startIndex(1). Offcourse, by slightly extending the getdirectgroupmemberuserspaging() function in the plugin, it can be doable.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data