Apart from the undocumented @AdminCreateRequest formula, is there any alternative way to submit AdminP request (thorugh script) for Renaming groups in Domino Directory.I searched this forum and help but could not find any other LotusScript/C API function.Any help???
Subject: Any alternatives to RenameGroup method in NotesAdministrationProcess class?
The reason why i want an alternative is that the RenameGroup function does not work with ACL only groups.It throws a “Group Not Found In Domino Directory” error which is a well-known issue.
Subject: RE: Any alternatives to RenameGroup method in NotesAdministrationProcess class?
The alternative is to have the lotusscript create the request directly in the Admin4.nsf. I used to do that before we had the renamegroup method. Then we tried the method and had to turn back to the old method because it was indeed not working for acl only groups. If you want I can help you with the code to do this.