cancel
Showing results for 
Search instead for 
Did you mean: 

Reg : Interactive form

Former Member
0 Kudos

hi,

I have a interactive form being displayed .

when the user/employee fills the data on the form...and click SUBMIT button ....I want to start workflow and send the filled form as an attachemnt to the higher authority or his superior .

Can anyone plz tell how to send the intercative form as an attachemnt from workflow to the higher authority or his superior .

Regards

Arjun

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

Refer this :

Thanx.

Former Member
0 Kudos

hi saurav..

that was really useful ..

but can you help at this point.

The code as per the thread is below.....

you can use the following javaScript for sending an email:
var myDoc = event.target;
  try {
    myDoc.mailDoc({
      bUI: false,
      cTo: "email",---here i want to set email dynamically...i mean a varibale which holds email
      cCC: "",
      cSubject: "Subject",
      cMsg: "..."
      });
  } catch (e) {}

I

based on employee....email will be picked and placed into the variable.

how to do this??

regards

Arjun

Former Member
0 Kudos

for more info, Refer SAP Interactive Forms Forum.