adspace
Do you know triggerbusinessevent is used for triggering the workflow and its written on workflow event. Triggerbusinessevent has the syntax?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category