Options

Converting a Paymeny link to Hyperlink

JMRJMR Member Posts: 2
edited 2012-02-13 in NAV Three Tier
:oops: Hi,

I get credit card Payment link, through a website. I store this link in filed in Sales Header table.
I have field "Send Sales Proforma Invoice", on Sales Order Form, which runs the sales order
report and converts the same to PDF and make an attachment in mail.

The mail has body, in which im sending the credit card payment link of the sales order.
Know my question is instead of sending the link like "http://paymentgateway/......../$%"
i want it to be like "Please Click HERE to make payment", in this the word HERE should be a Hyperlink, which should take me to this link in Iexplorer.

Comments

  • Options
    BernardJBernardJ Member Posts: 57
    Hi,
    JMR wrote:
    I have field "Send Sales Proforma Invoice", on Sales Order Form
    I suppose you mean button?

    You can use the MailItem object, part of the Outlook object model. That one has a method HTMLBody to which you can pass strings like
    <HTML><HEAD>some style stuff</HEAD><BODY>your text, including some hyperlinks</BODY></HTML>
    
    etc
Sign In or Register to comment.