Newbie: Have a role set up in my db. Need to e-mail to the names in the role. How do I do this? I am using the function language for all of my code. Does anyone have example or could point me to an example?
You might be better off creating a single mail group and assigning this instead to the role rather than assigning each individual person to the role. That will simplify the email part of it but in terms of determining who or what in the ACL is assigned to a role that is definitely LotusScript or JavaScript and not able to be done using Formula language. There ARE some functions like @UserRoles and @UserNamesList but these only determine ACL information for the current user.
Look in the Designer help at the NotesACL class and you will find some good examples.
Free Guide: Managing storage for virtual environments
Complete a brief survey to get a complimentary 70-page whitepaper featuring the best methods and solutions for your virtual environment, as well as hypervisor-specific management advice from TechTarget experts. Don’t miss out on this exclusive content!
Discuss This Question: 1  Reply