Design Tools & Output Technologies - JDE1 (MOSC)

MOSC Banner

Email Merge Letter 9.2 to send CSV output of the UBE

edited Feb 10, 2020 9:17AM in Design Tools & Output Technologies - JDE1 (MOSC) 10 commentsAnswered ✓

Hi,

I am having Problem. My UBE still sending the PDF to my mail box instead of CSV.

Please help.

FYR of my UBE Code.

0006    Retrieve UBE Parameters

           SL ReportName -> BF szProgramID

           SL VersionName -> BF szVersionID

           "T59HQ00670" -> BF szPOTemplateId

           VA evt_szServerJobNumber_JOBNBR <- BF mnServerJobNumber

0007    //

0008    PO szFileExtension_MMFEXT = ltrim(rtrim([PO szFileExtension_MMFEXT],' '),' ')

0009

0013    VA evt_szFileName_URLDATA = concat([SL ReportName],concat("_",concat([SL VersionName],concat("_",concat([VA evt_szServerJobNumber_JOBNBR],concat("_",concat("PDF",concat(".","csv"))))))))

0014    //

0015    //

0016    Email Merge Letter

           PO szFromEmail_EMAL -> BF szFrom

           PO szToEmail_EMAL -> BF szTo

           PO szSubject_CMDS -> BF szSubject

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center