‎2008 Feb 25 12:11 PM
Hi ,
I have a query regarding wf email.....
in the mail to be sent to the approver ,we have to add the table like structure which contains some details.
Is it possible to add it?
Pls help on this
‎2008 Feb 25 12:15 PM
‎2008 Feb 25 12:18 PM
‎2008 Feb 25 12:56 PM
the scenario...
1.the wf gets triggered as soon as the shopping cart is
created .
2.the user sends a request to the approver asking him to approve the shopping cart.
3. the text of the mail must be :
dear &_____&,
"the body of the mail..."
then at the end we have to send them a table like structure giving details such as
Description Product Qunt. Unit delivery date rate
the above are field names.........this will contain the details in a table like format.we have to send this entire thing to SAP inbox.
pls help
‎2008 Feb 28 5:34 AM
hi, to display content of structre in mail follow these steps:
1: pass structure value to mail step using binding.
2: in mail body write all fields of structure as variable . insert them from expression icon.
example: if your structure have fields like item no, item description, item code,
then you can send them like this in mail body:
item no: &structure-item_no&
item code: &structure-item_code&
so on..
structure is your structure name.
Reward if useful
‎2008 Feb 26 9:26 AM
Hi
Is the content of the table genrated dynamically or statically? What i feel that you have the contents ready before running the workflow.
If that is the case you can very well send the contents by using the attachment option in workflow when you execute the work item to be sent.
What you can do is write a small report to download the contents into excel sheet and attach the excel sheet with the work item.
The icon for attachment is given in the application toolbar.
Points if helpful
Regards
Roshan
‎2008 Feb 28 5:11 AM
hi rohan,
thanks for the reply....
Could u pls explain the procedure in detail how t oattach the excel sheet ,in which step it should be attached with an eg:
or any material for that!!!