PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Application Engine - Email Distribution - Only PDF Sent

edited Jul 1, 2020 4:38PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 2 commentsAnswered ✓

PeopleTools 8.53, Windows, SQL Server

If I generate various file types from an Application Engine, and from the distribution options choose Email (rather than Web or Window), only PDF files are sent in the email (attachment). Other types are ignored.

System Settings for Email seem to indicate this should be sent

Example code in application engine

Local File &file1 = GetFile("file.txt", "W", "UTF-8", %FilePath_Relative);

&file1.WriteLine("file");

&file1.Close();

&file1 = GetFile("file.xml", "W", "UTF-8", %FilePath_Relative);

&file1.WriteLine("file");

&file1.Close();

&file1 = GetFile("file.xlsx", "W", "UTF-8", %FilePath_Relative);

&file1.WriteLine("file");

&file1.Close();

&file1 = GetFile("file.pdf", "W", "UTF-8", %FilePath_Relative);

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