Hello, I am using Appian Function 'getdirectgroupmemberuserspagin

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
  • @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.
Reply
  • @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.
Children
No Data