cancel
Showing results for 
Search instead for 
Did you mean: 

use VC mailto hyperlink to include subject line taken from any given field

Former Member
0 Kudos

Hi All,

I'm a newbie and would appreciate some help....

...I'm am currently creating a model that uses a number of various BAPI's and displays the info to the user in a variety of tables & forms. I have created a toolbar button that enables an email to be sent to any user who created a sales order ('mailto:'&@email). However the problem I have is that I want to automatically input the order number into the subject line of the email. The order number is available via a field on a table so I don't envisage it being problematic to an expert, but as I don't know the exact coding to use for the formula I am stumped. could somebody please help....

Kind Regards,

Naz Ghafoor

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Naz,

try this one:

('mailto:'&@email&'?subject='@myOrderNumber)

Best Regards,

Benni

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Benni, much appreciated!!!! - 10/10