Understanding the Service Request Design Page

The Service Request design page contains two areas: the "Order of Execution" area and the "Available Actions" area. The Available Actions area serves as the workspace for finding and configuring all of the EnterpriseOne controls and fields that make up the sequence of actions in the Order of Execution area. You locate and configure the controls and fields in the Available Actions area, and then move each item to the Order of Execution and place them in the proper sequence.

Available Actions Area

In the Available Actions area, you can search on an EnterpriseOne form to load all of the available controls (menu items, buttons, check boxes, and so forth) and fields for that form. If the service request needs to invoke more than one application to complete the task, you can load the controls and fields of additional application forms as needed. You can select the Application Stack check box to enable application stack processing as described in the Understanding the Application Stack Option section.

The following image shows the results of loading an EnterpriseOne application form in the Available Actions grid:

Available Actions Area in the Service Request Design Page

The columns in the Available Actions grid provide interactive features for configuring the controls and fields before you add them to the Order of Execution area. The following list describes how to use each column:

  • Description

    This column displays the controls and fields for each form in a collapsible/expandable parent node named after the EnterpriseOne form. Child nodes categorize other items, and include a Buttons and Exits node, a node for displaying the available Query by Example (QBE) fields in a grid (if applicable), and a node for displaying all of the available columns in a grid.

    Note: The separate nodes for QBE fields and Grid columns are available starting with Orchestrator 2.0, which is available starting with EnterpriseOne Tools 9.2.0.5.
  • Mapped Value

    Use this column to define the input variable name. Later, when you add the service request to an orchestration, you map the orchestration input to this name. You can only map inputs to a field if 1) the EnterpriseOne field is an editable field and 2) you defined the inputs in the orchestration as described in Adding Inputs to an Orchestration.

  • Default Value

    Enter a default, hard-coded value if there is no mapped value. You can also add a hard-coded value to use if the mapped value returns a null.

  • "Text substitution" check box column

    This check box enables you to add text substitution for an input. Text substitution enables you to combine input values into a text string for input into an EnterpriseOne field.

  • ID

    This column displays the ID of the control or field in EnterpriseOne. This is for informational purposes only.

  • Form Mode

    If a form mode was selected, this column indicates if a field or control is only available in the selected form mode.

  • Return

    You can specify any values that you want returned in the orchestration response after EnterpriseOne actions are invoked. If you do not specify any return values, all values on the form will be returned. Return values may be used by customized third-party gateway programs or devices to do further processing based on the values returned from EnterpriseOne applications.

  • Return Name

    This field is automatically enabled when the Return check box is selected. When enabled, you can manually enter a name in this column, which makes this value available for mapping in subsequent orchestration steps when the service request is added to an orchestration.

  • Select First Row

    Move this action to the Order of Execution if the service request tasks involves selecting the first row in the grid.

After you configure each applicable control or field in the Available Actions area, you click the Add Action button in the last column to add each item as an action in the Order of Execution area at the top of the design page.

Order of Execution Area

When actions are added to the Order of Execution grid, you can reorder them using the up and down arrow buttons to the right of each row. You can also delete any actions using the Delete (X) button. The following image shows the Order of Execution area:

Order of Execution in the Service Request Design Page