‎2008 May 08 7:42 AM
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
‎2008 May 08 8:15 AM
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.
‎2008 May 08 8:16 AM
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