‎2007 Apr 03 3:03 PM
I would like to stop the workflow email for the particular user in his outlook mailbox which are trigerring after one of the event of purchase order.
Where we have to do the changes that i am not able to find out.
Please let me know which setting need to carried out.
Regards
‎2007 Apr 03 3:28 PM
Hi,
Can you be a little more elaborative in explaining the issue? i mean to say....on which event the workflow is triggered.is it on creation of a Purchase order or changing the PO. because there are many events available in the Business object BUS2012.
after finding that go to the workflow template that is being triggered and check the task from which the mail is being sent. in the task, you would be able to find the method that is used in that task. in that method, you will be able to change the coding to stop the mail from Workflow.
Regards
Sam
‎2007 Apr 03 3:14 PM
Hi,
You can achieve this by writing some code in the Copied Business object BUS2012 program of PO for a triggering event of a method.
reward if useful
regards,
Anji
‎2007 Apr 03 3:22 PM
Hi Nilesh,
You can make changes in your workflow itself.
Goto the transaction SWEL and execute the event which will
display all triggered events . In the display list you can find the name of the receiver type for your corresponding event. This Name is nothing bur Workflow
or task name.
Goto copy this number and goto PFTC transaction,here give the number and
find the corresponding send mail step and modify.
Regards,
Ramganesan K.
‎2007 Apr 03 3:28 PM
Hi,
Can you be a little more elaborative in explaining the issue? i mean to say....on which event the workflow is triggered.is it on creation of a Purchase order or changing the PO. because there are many events available in the Business object BUS2012.
after finding that go to the workflow template that is being triggered and check the task from which the mail is being sent. in the task, you would be able to find the method that is used in that task. in that method, you will be able to change the coding to stop the mail from Workflow.
Regards
Sam