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

WORKFLOW EMAIL

Former Member
0 Likes
720

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

6 REPLIES 6
Read only

Former Member
0 Likes
693

hi,

insert the expressions in Subject and description

Read only

Former Member
0 Likes
693

may i know ur requirement

Read only

Former Member
0 Likes
693

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

Read only

0 Likes
693

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

Read only

Former Member
0 Likes
693

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

Read only

Former Member
0 Likes
693

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!!!