on 2012 Oct 01 8:52 AM
Hi,
I require to send custom email notification from a Sourcing Script to a Sourcing Group (All the users in a particular Group). This is required at the 'save' event of Supplier registration request creation via workflow.
I have been able to send mail to a particular email address from the script on supplier registration request when a new supplier registers from external url. Now I want this email to go to email addresses of all the users of a particular group.
Can someone please guide from java coding perspective on how to achieve this?
Thanks in advance.
Tejas
Request clarification before answering.
Hello,
Have you tried getting the list of users EMAIL using the com.sap.odp.api.usermgmt.masterdata.GroupMemberSubIBeanIfc IAPI usermgmt$masterdata.groupmember.class_name ?
Heres a snippet:
// if not set, this should default to the company from email
// fill the key with the groups EMAILS.
// if not set, this should use the mail template subject
// must be a valid email template
Thanks,
Paul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.