Johnny
2 years agoNew Contributor II
Custom Member List Sort with POV Input
Hihi, I am using a variant of the GolfStream finance business rule "XFR_MemberListAlphabetical" and need to pass an additional variable into the rule. For a Finance rule, is it possible for a CV or Q...
- 2 years ago
Dim MemberListstart As String = $"E#[{args.MemberListArgs.TopMember.Name}].base"
Generally speaking, when manipulating rules, always have a look in the helper tree for what the args object will provide. In this case, it has a TopMember property that points to the member passed when calling the list.