Understanding Service Requests

At a minimum, an orchestration requires orchestration inputs and a single service request component to run. The service request provides the instructions that the Orchestrator uses to invoke and perform a particular task in EnterpriseOne. Before you create a service request, you must first identify the EnterpriseOne task or business process that you want the service request to perform. See Identifying the Service Request Information for the Orchestration section in this guide for more information.

Use the Service Request design panel in the Orchestrator Studio to define a service request, which involves:

  • Specifying the EnterpriseOne buttons, fields, columns, menu items, and so forth that are involved in performing a task in EnterpriseOne.

    In the Service Request design panel, you can search on an EnterpriseOne application form and view all of the controls and fields for a form.

  • Mapping the orchestration inputs defined in the orchestration to the appropriate fields in EnterpriseOne.

  • Determining the order or execution in which the controls and fields are used to perform the desired task in EnterpriseOne.

Note: You can also use custom Java to execute a custom process or to route data into another database. See Creating Custom Java for Orchestrations.