Add Second Line in [Line: DSP MailText]

Discussion in 'Requests' started by naijaind, Oct 28, 2018.

    
  1. naijaind

    naijaind Member


    Dear Sirs,

    I want to setup as below in Payment Advice Email in Additional Text (If Any). I have done below code but it will take only single line, and not multi line as below :

    Dear Sir,

    Please find attached Payment Advice towards payment of Rs " + $$String:$Amount + " and requested to confirm the receipt at your end.

    For : Company Name

    =========
    [#Line: DSP MailText]

    Fields : Medium Prompt, DSP MailText
    Local : Field : Medium Prompt : Set as : $$LocaleString:"Additional Text (if any) :"

    [#Field: DSP MailText]

    Use : Name Field
    Set As : "Dear Sir"
    Set As :"Please find attached Payment Advice towards payment of Naira " + $$String:$Amount + " and requested to confirm the receipt at your end."
    Width : @@LongWidth
    Max : @@MaxNarrWidth
    Lines : 6
    Case : Normal
    Modifies: SVMailText
    ==========

    Please any guidance...Tnx
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Line : 0
    Max : 200
    Set As : "Dear Sir" + $$NewLine + "Please find attached Payment Advice towards payment of Naira " + $$String:$Amount + " and requested to confirm the receipt at your end." + $$NewLine + "For Company Name"
     
    Meena Mhatre and naijaind like this.


  3. naijaind

    naijaind Member


    Dear Amitji,
    You are awesome...thanks for the guidance and solution.....Appreciated....Thanks
     


Share This Page