Send mail using peoplecode.Alternative to SendMail Function : PT_MCF_MAILYou can use Application package PT_MCF_MAIL (PeopleTools 8.46 or higher only) to generate emails instead of using SendMail peoplecode function.Go to the PeopleBooks to get the complete description.Home > PeopleBooks > Enterprise PeopleTools 8.48 PeopleBook: PeopleCode API Reference > Mail ClassesGo to Mail Classed Example section to see ...
PeopleSoft Peoplecode
OverviewIf you are reading this, you are probably familiar with creating fields, records, pages, components, and menus. With these objects alone, you can create working development projects. Simple ones, yes, but these objects are all you need for the most basic level of development. PeopleCode comes into play for those development projects requiring a little more control. For example, you know how to define the default ...
Application Designer Interview Questions
1.what are the record types?Ans. This is used to specify the type of Record while crating a record. There are totally 7 record types SQL Table, SQL View, Dynamic View, Derived/Work Record, Query View, Temporary Tables & Sub Record.2.what is Dynamicview & Derived/work record?Ans. This is mainly used to increase the performance in People Code programming.3.What is effective dated concept?how it acts in different ...