Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

document needs to redirect in workflow.

Former Member
0 Likes
364

Hi

I have document number and company code .I have to redirect this to some users .Can any one tell the procedure for the same in work flow..

Regards,

veera

2 REPLIES 2
Read only

GauthamV
Active Contributor
0 Likes
315

hi,

first u hav to create an activity to get the details tht u want to send,thn create a send mail option to send to particular users.

how to create activity...... are available in forums .check.

reward points if hlpful.

Read only

Former Member
0 Likes
315

Hi veerachamy,

Redirecting to user means i guess you want to send the Doc num and company code in mail to the user.

So this number must have already populated in Business object and passed to the workflow. You have to only use the variable name in subject or body of mail where you want to pass.

eg. &BUSNAME.VARIABELNAME&

If that information is not getting pass, then see if any getdetails method is in you business object. If yes you can use that. If not you will have to write zmethod.

Edited by: Tejal Parikh on May 8, 2008 9:17 AM