Monday 26 March 2012

PeopleSoft Help: Send Email From ProcessScheduler ProcessesFunctio...

PeopleSoft Help: Send Email From ProcessScheduler Processes
Functio...
: Send Email From ProcessScheduler Processes Function SendEmailFromProcessScheduler(&ProcessType As string, &ProcessName As string, &sEmailSu...

Tuesday 20 March 2012

PeopleSoft Help: How to zip files through peoplecode

PeopleSoft Help: How to zip files through peoplecode:                                How to zip files through peoplecode Exec("gzip -c /file.txt > /file.gz", %Exec_Asynchronous + %F...

PeopleSoft Help: Rename File in Unix through PeopleCode

PeopleSoft Help: Rename File in Unix through PeopleCode:                                              Rename File in Unix through PeopleCode Exec("mv /file1.csv /file2.csv", %Exec_Asyn...

Monday 19 March 2012

PeopleSoft Help: Base64 Encoding, Decoding

PeopleSoft Help: Base64 Encoding, Decoding: Base64 Encoding, Decoding SCC_COMMON_UTILITIES.UTIL.Base64Wrapper.OnExecute  (This Appl package has all the methods needed for base64 ...

PeopleSoft Help: PeopleCode Help Bits 2

PeopleSoft Help: PeopleCode Help Bits 2: How to delay the Service Operation? Solution1): Routing Configuration has a "Delay Processing" in 8.51 Tools which takes rounded numbers w...

PeopleSoft Help: READ TRACE as described below.

PeopleSoft Help: READ TRACE as described below.:  READ TRACE as described below.  PSAPPSRV.1033 1-525 16.50.10 0.000 Cur#1.CRMDEV1 RC=0 Dur=0.000 COM Stmt=SELECT "1-525"    >>>sequential ...

PeopleSoft Help: Base64 Encoding, Decoding

PeopleSoft Help: Base64 Encoding, Decoding: Base64 Encoding, Decoding SCC_COMMON_UTILITIES.UTIL.Base64Wrapper.OnExecute  (This Appl package has all the methods needed for base64 ...

READ TRACE as described below.

 READ TRACE as described below.

 PSAPPSRV.1033 1-525 16.50.10 0.000 Cur#1.CRMDEV1 RC=0 Dur=0.000 COM Stmt=SELECT
"1-525"    >>>sequential line counter for the process.
"16.50.10" >>>time stamp
"0.000"    >>>time  elapsed since the previous line was written to the trace file.
"Cur#1"    >>> number of the cursor for the statement
"CRMDEV1"  >>>name of the instance in which the statement was executed.
"RC=0"     >>> Return Code
"Dur=0.000">>>duration of the statement.

Thursday 1 March 2012

PeopleSoft Help: PeopleCode Help Bits 1

PeopleSoft Help: PeopleCode Help Bits 1: /*--PeopleCode Function: To make the thread wait for given time---*/ A) Function TimeCapsule(&sec As number) Returns boolean; &nNum = 0...

PeopleSoft Help: PeopleCode Help Bits 1

PeopleSoft Help: PeopleCode Help Bits 1: /*--PeopleCode Function: To make the thread wait for given time---*/ A) Function TimeCapsule(&sec As number) Returns boolean; &nNum = 0...