I want to write a small java program which does the following. Given a group name, it should print the names of all users present in it (directly or indirectly). It should resolve nested and cyclic groups as well.
I found there is an undocumented formula query @ExpandNameList(“server”:“names.nsf”;“grpname”);
Can anyone tell me how can i invoke this query from java code?
Subject: Exceute @ExpandNameList(…) formula query from java
Be aware that any “hidden” function is not supported, nor guaranteed to be functional in any future version of Notes, or could change functionality without notice