PeopleCode Question: Download PeopleCode PDF

Explain How to send email to the all employeee from the peoplesoft application when a certain event is true?
2. What is the event used to trigger?

Tweet Share WhatsApp

Answer:

Create a workflow. In the workflow, use a query with active employess and their email ids as inputs. On the successfull occurence of the event, trigger this workflow using TriggerBusinessEvent.

Download PeopleCode PDF Read All 19 PeopleCode Questions
Previous QuestionNext Question
What is Component Processor?Where PeopleCode get stored?
Option: 1. Application Server
Option: 2. Database Server
Option: 3. Client Machine.
Option: 4. File Server.
Option: 5. Batch Server.