How do you bring the component buffer into App Eng?
What is the main difference between Prebuild and Postbuild events where as both are used to hide or unhide the pages, why two events are needed for the same purpose? Which event is better to write people
Latest Answer: PreBuild event is the foremost event which triggers at Component Level. If at all there is an error generated at prebuild then the component fails to load before the search itself. Where as PostBuild is triggers after Prebuild and Search of the component. ...
Hello!I'm beginner in peoplesoft.I'm looking for sending emails with workflow in peoplesoft 8.45ThxChakroun
Latest Answer: hi there, You can send emails in PeopleSoft using function SendMail().There are arguments for the function SendMail(&n_MailFlags_l, &s_MailTo_l, &s_MailCC_l, &s_MailBCC_l, &s_MailSubject_l, &s_MailContent_l, &MailFiles, &s_MailTitles_l, ...
What are the peoplecode events that can be used in Application Engine program?
Latest Answer: we can use the on-execute event. sometimes we can use the saveprechange event also. ...
Differences between role and operator class
can we migrate sql reporting?if yes,how?
What is the difference between Prebuild & Postbuild events and Saveprechange&SavePostchange?
Latest Answer: Record level Peoplecode perform for that perticuler record only.Component level Peoplecode performs for all the records which are under that perticuler component. ...
Latest Answer: Dynamic View:This is selected to define a record definition that can be used like a view in pages and PeopleCode,but is not actually stored as a SQL view in the database.Instead, the system uses the view text as a base for the SQL Select that is performed ...
While pressing Save Button how many times Save Pre Change and Save Post Change triggers and when does the commit occur?
Latest Answer: Firstly, its SaveEdit
followed by SavePreChange
and finally SavepostChange
The SaveEdit event is initiated whenever a user attempts to save the
component. You can use SaveEdit PeopleCode to validate the consistency of data
in component fields. ...
View page [1] 2 3 Next >>

Go Top