Leading Zeros Issue in CSV/Excel formatterd reports
If you use APP ENGINE to report the data from the temp table /staging table on to CSV file using excel format, there is a known issue with fields that have leading zeros. For ex:You have a field of...
View ArticleRead XML data into PS record using File Layout/App Engine Peoplecode
Hi,I am reading an XML file using a file layoutI need to insert the data coming in this file into a PS staging record, the tag structure in the XML file has been mapped to the file layout which uses...
View ArticlePeopleSoft Application Engine
I am new to app engine and was wondering if someone could suggest a delivered ps HR app engine program to use as a template/model to learn from.
View ArticleFile Object Scope - i declare it as global but second section fails, can i do...
Can i do this? i declare a global thinking it would be valid for all of the program, but it fails:Global File &LogFileA05; Global File &LogFileA10;/***** Set the Log File *****/&LogFileA05...
View Articleapp engine - how do i encrypt an oprid's password using app eng peoplecode
how do i encrypt an oprid's password using app eng peoplecode? i tried: encrypt_password oprid; <<< did not work
View ArticleSQLEXEC how do i trap errors from this eg -803 on insert
How do i trap the error after a sqlexec like this one: SQLExec(SQL.Y_PWD_MGT_SQL_INS_002_A, Y_PWD_MGT_AET.EMPLID); /* insert inactive tl */
View Articleinbound in AE
hi all,could u tel me Hw to do the inbound in App engine .. need sample code
View Articlehow to call an application engine without touching PIA and app designer
how to call an application engine without touching PIA and app designer.My requirement is to invoke a process(Application engine process) through SQL table trigger.Is this possible?
View ArticleI want to copy data from custom table to delivered table using CI
HI PLEASE HELP ME, I WNAT TO COPY THE DATA FROM MY CUSTOMISED RECORD SAY BP_VENDOR TO VENDOR(DELEIVERED TABLE) USING AN APP ENGINE WHICH CALLS AN CI,I HAVE CREATED THE CI FOR THE DELIEVERD COMPONENT...
View ArticleReading Inbound Email
Hi, How to read an email in outlook and download the attachments using peoplecode and how to save the subject of the email
View Article