Do you know triggerbusinessevent is used for triggering the workflow and its written on workflow event. Triggerbusinessevent has the syntax?
Answer / Bijendra Kumar
Yes, TriggerBusinessEvent is used to invoke a PeopleCode business event from within another business event or a workflow. Its syntax is as follows:nTriggerBusinessEvent(EventName: string, Parameters: record);nHere, EventName is the name of the business event you want to trigger and Parameters (optional) is a record containing any parameters that need to be passed to the triggered event.
| Is This Answer Correct ? | 0 Yes | 0 No |
What actions will occur, when a Component Interface (CI) is created on component that has Add action enabled?
Which of the following is correct in order to start the process scheduler server from the command line using psadmin?
You need not create separate DB for every user in PPSFT 8.4 onwards. This is possible because of?
You are a PeopleSoft Partner and wish to get information on database performance benchmark ( or something like this)Where would you look for the info ?
Difference between sqlexec and createsql?
What is a rowset?
What is difference between trlate table and prompt table?
What is app messaging?
What is paycycle manager?
How to define the names of the application servers being used to access peoplesoft?
What is the process flow in billing, ar, om. Gl, ap, po etc?
What is component interface, where did you use?