How to Send Email Using PeopleCode

How to Send Email Using PeopleCode
In this Article we can find how to send email using peoplecode Function SendMAilfromSetupMailInfo (&ReceiverName As string, &MAIL_TO As string) Returns boolean Local PT_MCF_MAIL: MCFOutboundEmail &ObjectEmail = create PT_MCF_MAIL: MCFOutboundEmail(); /*-- Initialize the usual fields...

Identifying modified peoplecode and PeopleSoft objects based upon OPRID and Date modified

Identifying modified peoplecode and PeopleSoft objects based upon OPRID and Date modified
SELECT DISTINCT OBJECTVALUE1, OBJECTVALUE2, OBJECTVALUE3 FROM PSPCMPROG WHERE LASTUPDDTTM = SYSDATE AND (OBJECTVALUE1, OBJECTVALUE2, OBJECTVALUE3) -- Specify PeopleSoft objects name NOT IN (SELECT OBJECTVALUE1, OBJECTVALUE2, OBJECTVALUE3 FROM PSPROJECTITEM WHERE PROJECTNAME LIKE '%SS') AND LASTUPDOPRID...

People code Tutorial

People code Tutorial
People code is a language like other languages with  it’s own DataTypes , Statements. Every People Code program is associated with an Application Designer component and with an event. Peoplecode Locations: Record Fields ,  Menus ,  Components  Pages ,  Business Components...