Before You Begin
In this 20-minute OBE, you will understand how to use the JD Edwards EnterpriseOne Orchestrator Studio to create a Widget that displays a bar chart with multiple series values, enabling users to compare the cost and spending for each business unit in a specified company in EnterpriseOne.
Background
Chart type Widgets can greatly enhance the display of information in EnterpriseOne. With Widgets you can display charts in the tiles of a composed page
What Do You Need?
- Access to a JD Edwards EnterpriseOne Release 25 environment with Tools Release 9.2.9.3 or later and the associated Tools roll-up ESU applied. JD Edwards EnterpriseOne Trial Edition running on Oracle Cloud Infrastructure is suitable, but you can use any environment with the proper Tools release.
- Access to Orchestrator Studio.
- Feature security and UDO action security for Widgets (WIDGET).
- Feature security and UDO action security for composite pages (COMPOSITE).
Creating an Orchestration to Get the Spending by Business Unit
In this exercise, you will use the Orchestrator Studio to create an orchestration with a data request to fetch a count of purchase orders for each business unit.
- Access the Orchestrator Studio.
- Click the Data Requests icon and then click the New button.
- On the Data Request design page, complete these fields:
- Name =
Spend Analysis by Business Unit
- Click the Product Code drop-down list and select a customer product code between 55 – 59.
- In the Table/View Name field, enter
V43261A
. - Click Load.
- Enable the Aggregation option.
- In the Filter field, enter
Or Ty
. - In the row for Or Ty [F4311] (DCTO), click the Filter
icon
to add it to the Filter Criteria section on the right.
- Set these values:
- Operator =
is equal to
- Value =
OP
- Operator =
- On the left side change the value in the Filter field to
Co
. - In the row for Order Co [F4311] (KCOO), click the Filter
icon
to add it to the Filter Criteria section on the right.
- On the left side, change the value in the Filter field to
Extended
. - In the Extended Price [F4311] (AEXP) row, click the Aggregation
icon
and select Sum.
- In the Extended Cost [F4311] (ECST) row, click the Aggregation
icon
and select Sum.
- On the left side, change the value in the Filter field to
Business Unit.
- In the row for Business Unit [F4311] (MCU), click the
Group By icon
to add it to the Group By section on the right.
- In the Group By section, enable the Associated Description option.
- Save the Data Request.
- From the Manage menu, click Create Orchestration. Keep the default values for the Name and Description fields.
- Click the End node and click Outputs and Assertions.
- Verify that all the return fields are enabled. If they are not, enable the Select All option.
- Save the orchestration.
- Double-click the Start node to launch the Run Orchestrations page.
- Enter
00200
in the Value field for Order Co1 and click Run.
The result displays an array with the name “Spend Analysis by Business Unit” with each record containing a price sum, a cost sum, and a Business Unit description.



Creating
a Widget to Display a Bar Chart of Spending by Business Unit
In this exercise, you will create a Widget to display a bar chart of spending by business unit.
- Close the Run Orchestration page to return to the orchestration.
- Click the Manage menu and select Create Widget.
- On the Widget page, keep the default Name and Description
and complete these fields:
- Widget Type =
Chart
- Title=
Spend Analysis by Business Unit
- Chart Type =
Bar
- Show Legend =
En
able
- Enable Zoom and Scroll =
Disable
- Widget Type =
- Click the Data Source tab.
- In the Inputs section, enable the Widget Input option for the Order Co 1 field.
- In the Inputs section, change the value in the Name field to
Company
. - Enter the Default Value as
00200
. - In the Chart Data section, verify that From Array is enabled and the first array is selected automatically.
- In the Chart Data section, enable the Value option for both Extended Price [F4311]-Sum and Extended Cost [F4311]-Sum.
- Enable the Literal option in the Series Name column for both Extended Price [F4311]-Sum and Extended Cost [F4311]-Sum.
- Enter the value as
Price
andCost
respectively for Extended Price [F4311]-Sum and Extended Cost [F4311]-Sum. - Enable the Group option for Business Unit [F4311].
- Click Save.
- Click the Preview tab.
- The Widget processes automatically and the preview displays the bar chart.
- To learn more, enter the value as
00001
for Company and click the Refresh button to see that company’s chart.



Displaying
the Widget in EnterpriseOne
In this exercise, you will configure a composed page to display the Spend Analysis by Business Unit Widget.
- From the Tools drop-down list (top right), select JD Edwards EnterpriseOne.
- In the menu under your user name, click Manage Content, and then click Composed Pages.
- Use the same page you created in the previous OBE or select the (Create) option from the Name field.
- To create a new composed page:
- Click the Create New Content button (page with a plus) at the top left of the screen.
- Select Designer Pane.
Designer Pane - Enter a name for the pane (for example,
Widgets
). - Move the Initial Total Columns and Initial Total Rows sliders to a 3 x 2 grid.
- Click OK.
- Click Edit (Pencil) icon next to Default Page Title and delete the title.
- Click the Configure Page (gear) icon
next to the pencil icon. Complete these values:
- Show Description =
Hover Only
- Style =
Large Icons
- Show Description =
- Click OK.
Create Link to Designer Pane - Hover over the first empty cell in the designer pane, click the Plus icon.
- Enter these values to create a Widget tile.
- Tile Type =
Widget
- Widget =
#Spend Analysis by Business Unit (Spend Analysis by Business Unit) – Chart
- Tile Type =
- In the Widget Inputs window, in the Company(String) field,
enter
00200
, and click OK. - From the Style drop-down list, select No Box
and change the Title to
Manufacturing/Distribution Co. Spend Analysis
. - In the Description field, enter a short description or leave blank for a cleaner tile.
- Click OK to close the Configure Tile window.
- Click the Save button at the top of the
composed page designer.
Enter a name for the composed page (for example,Widgets
) if it is new. If you already have one called Widgets, useWidgets2
. - Click OK.
- Click the X icon at the top right to close the designer page. The new composed page is displayed with the bar chart Widget.


Want
to Learn More?
- Quick Tour - EnterpriseOne Widgets
- Guide - EnterpriseOne Widgets
- OBE - Creating and Displaying Badge Widgets for Most Ordered Item
- OBE - Creating and Displaying a Badge Widget for Past Due Orders
- OBE - Creating and Displaying a Pie Chart Widget
- OBE- JD Edwards EnterpriseOne Widgets with External Data