How do you bring the component buffer into App Eng?
Latest Answer: You can assign a record which is used in component buffer to a state record of Application engine. ...
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: For the discussions already made, I would add one more event when a page is saved, i.e. workflow. So, Now series will beSaveEdit,SavePreChange, Workflow,SavePostChangeWorkflow: Only Peoplecode related to Workflow (e.g. Approval processes and Notification ...
View page [1] 2 3 Next >>

Go Top