Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Notify group leader when task of workflow is arrived to user of group

Status
Not open for further replies.

sherriffot

Programmer
Apr 30, 2015
33
MA
Hi everybody,

I designed a workflow to send an email to user in group who receive the task. I want also to notify automatically the group leader for information that the task is arrived to user.

Note I have many groups, so many group leaders.

Thanks!!!
 
Probably the best way to do this is to create a small Event Script using OScript to process the request as part of the workflow. If you'd rather not use OScript, then you could add a call from a WebForm via the REST API or a server side call to get the content via a WebService.

Greg Griffiths
Livelink Certified Developer & ECM Global Star Champion 2005 & 2006
 
I will echo Greg and say either do it totally within workflows with oscript and many people do not know or are forced not to implement elegant solutions.In that case you can always use just database queries to find who is the group leader and send them emails (most db tools support some kind of smtp or even C# or Java).Another OT subtype is called WebReports which is widely used to perform "auto magic" with a light weight proprietary scripting method.

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008,Livelink ECM Champion 2010
 
Hello,

Thanks to your responses. I'll try to do it with OScript and i'll inform you.

Thank you so much and have a nice day !!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top