cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically putting email id in To field of Microsoft Out look

Former Member
0 Kudos

Hi

In my application requirement is like I have to call Adaptive RFC ,It is calling Employee bapi and displaying in a table ,one field is employee mail id in rows of table.so when I will click on employee mail id Microsoft

outlook should be open and mail id of that employee automatically should come into To field.Every thing is working fine but how mail id dynamically will come to

To field of Out look .I already set in reference property

of LinkToURL like mailto:<Context node>.<node value> .Microsoft out look is opening but <node>.<value> is comming it is not

replacing dynamic value that is mail id of employee

Thanks & Regards

sailajit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Check that you directly bind the bapi node to the Table.

Assign the value for the <Context node>.<node value> by concating the String "mailto:" before bind the value to reference.

It working fine in my Application.

Kind Regards

Mukesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi mukesh

Thanks for your help.Problem solved

Thanks & Regards

muna