Next Topic

Previous Topic

Book Contents

createTicket()

Creates a new ticket in a specified service desk.

Events occur in the following order:

  1. assignObjectProperty() steps in subsequent steps assign values to the properties of the newly create ticket.
  2. After the new tickets are created, if there are properties of the ticket that have not been set using assignObjectProperty() steps, but have defaults in the service desk, those default values are applied to the ticket.
  3. If there is a stage entry procedure for the service desk associated with the new ticket's beginning stage, that is run last.