0 comments

Peoplesoft SQC

Peolesoft Standard SQCs• Askftd.sqc - This asks from/thru date for reporting of heading• Askaod.sqc - Procedure to call is Ask-As-of-Date• CurDtTim.sqc - Gets the Current Date Time from System• DateTime.sqc - Convert date from system format calling InitDate-Time procedure to set format.• DateMath.sqc - Converts Native Date format to YYYY-MM-DD.• Eoj.sqc - determines End of job for an SQR report.• FSHdg01.sqc, FSHdg04.sqc ...

0 comments

Peoplesoft Technical Interview Questions

1. The main attributes of a Component Interface (CI) are? Keys, Properties & Collections, Methods and Name2. Which one of the following are standard properties when a Component Interface (CI) is created? GetHistoryItems3. With reference to the Component Interface Tester which of the following is NOT TRUE? GetExisting option is equivalent to opening a record in Update/Display Mode only4. Which of the following are ...

0 comments

Component Interface Peoplecode Peoplesoft

Here is the skeleton of the Typical Component Interface PeoplecodeLocal File &fileLog;Local ApiObject &oSession, &oKzlHealthBenefits;Local ApiObject &oBenefitParticCollection, &oBenefitPartic;Local ApiObject &oHealthBenefitCollection, &oHealthBenefit;Local ApiObject &oHealthDependntCollection, &oHealthDependnt;Function errorHandler()Local ApiObject &oPSMessageCollection, &oPSMessage;Local ...

0 comments

PeopleSoft Migration Form

A Typical Migration Document should contain the following.PeopleSoft Objects App Engine Message Record(s): Page (s): Component(s):Component Interface(s): Field(s): PeopleCode: Translate Value(s): Permission List Portal Registry Structure Process Definition(s): Tree(s): Tree Structure(s): Access Group(s): Query(ies): SQL SQL Script(s) Required: SQR: SQC: COBOL Menu Recurrenc ...

0 comments

File Layout Peoplecode

Declare Function AX_set_directory PeopleCode AX_FUNCLIB_SS.FILE_DIRECTORY FieldFormula;Function EditRecord(&REC As Record) Returns boolean;Local integer &E;REM &REC.ExecuteEdits(%Edit_Required + %Edit_DateRange + %Edit_YesNo + %Edit_TranslateTable + %Edit_PromptTable + %Edit_OneZero);&REC.ExecuteEdits(%Edit_Required + %Edit_DateRange + %Edit_YesNo + %Edit_OneZero);If &REC.IsEditError ThenFor &E ...