1.1 Documentation Updates for EnterpriseOne Tools 9.2.0.2

The following table contains links to documentation updates in support of EnterpriseOne Tools 9.2.0.2:

Note:

For a list of updates to the EnterpriseOne Installation and Upgrade guides, see JD Edwards EnterpriseOne Net Change for Installation and Upgrade Documentation Library.

Feature Description Documentation
JD Edwards EnterpriseOne Orchestrator Studio With the Orchestrator Studio, you can devise processes called orchestrations that enable the transformation of data from disparate devices into actionable business processes in JD Edwards EnterpriseOne. Orchestrations created in the Orchestrator Studio are saved to a directory on the EnterpriseOne Application Interface Services (AIS) Server. The EnterpriseOne IoT Orchestrator processes orchestrations on the AIS Server to enable the immediate, real-time data transfer to JD Edwards EnterpriseOne. See the JD Edwards EnterpriseOne Tools Orchestrator Guide.
Custom modifications of packages The Customization Workbench (P98UCUST) is an application that enables you to easily identify and manage the merge of EnterpriseOne customized objects that have been changed in the most recent delivery. See the following topic in the JD Edwards EnterpriseOne Tools Software Updates Guide:
Images You can create images outside of EnterpriseOne using any image editor, and then use Image Manager to upload them to EnterpriseOne.

An Image is a user defined object (UDO) type in EnterpriseOne. You manage and secure Image UDOs using the EnterpriseOne applications for administering UDOs.

See the following topic in the JD Edwards EnterpriseOne Tools Foundation Guide:

See the following topic in the JD Edwards EnterpriseOne Tools Security Administration Guide:

See the following topic in the JD Edwards EnterpriseOne Tools Object Management Workbench for the Web Guide:

Composed EnterpriseOne Pages Composed EnterpriseOne Pages are pages with user defined layouts that you can create and design. Composed EnterpriseOne Pages enable you to access web pages, EnterpriseOne application forms, One View reports, Classic Pages, Designer Panes, OBIEE objects, and ADF applications from page layouts you create in EnterpriseOne.

A Composed EnterpriseOne Page is a user defined object (UDO) type in EnterpriseOne. You manage and secure Composed EnterpriseOne Page UDOs using the EnterpriseOne tools for administering UDOs.

See the following topic in the JD Edwards EnterpriseOne Tools Foundation Guide:

See the following topics in the JD Edwards EnterpriseOne Tools Security Administration Guide:

See the following topic in the JD Edwards EnterpriseOne Tools Object Management Workbench for the Web Guide:

Application Development Framework (ADF) applications in Composed EnterpriseOne Pages In addition to running EnterpriseOne ADF applications from a menu, you can also launch them from a Composed EnterpriseOne Page or run them as embedded content within a Composed EnterpriseOne Page. See the following topic in the JD Edwards EnterpriseOne Tools EnterpriseOne Application Development Framework (ADF) Applications Developer's Guide:
Oracle Access Manager (OAM) and HTML Server (JAS Server) configurations for ADF Container ADF Container configurations include support of OAM configuration for ADF Container and HTML Server (JAS Server) configuration for ADF Container. See the following topic in the JD Edwards EnterpriseOne Tools EnterpriseOne Application Development Framework (ADF) Applications Developer's Guide:

See the following topic in the JD Edwards EnterpriseOne Tools Security Administration Guide:

AIS client development and ADF application development - Data aggregation Data aggregation provides the capability to request an aggregation of values in a data service request. See the following topic in the JD Edwards EnterpriseOne Application Interface Services Client Java API Developer's Guide:

See the following topics in the JD Edwards EnterpriseOne Tools EnterpriseOne Application Development Framework (ADF) Applications Developer's Guide:

AIS client development - Preference Service When developing mobile enterprise applications and AIS client applications, you can use the Preference Service to save and retrieve user-level information that is stored by user, role, or *PUBLIC in the User Overrides Table (F98950) in EnterpriseOne. See the following topic in the JD Edwards EnterpriseOne Tools Developing and Customizing Mobile Enterprise Applications Guide

See the following topic in the JD Edwards EnterpriseOne Application Interface Services Client Java API Developer's Guide:

AIS client development - Invoke existing queries in EnterpriseOne The AIS Client Java API includes a QueryObjectName parameter that you can use to invoke an existing query in EnterpriseOne through a form service request or a data service request. See the following topic in the JD Edwards EnterpriseOne Application Interface Services Client Java API Developer's Guide:

See the JD Edwards EnterpriseOne Application Interface Services (AIS) Client API Reference located at:

http://docs.oracle.com/cd/E53430_01/EOTJP/index.html

AIS Client Development - Additional supported output types You can use the following output types to control the format of the JSON response from either a form service or data service:
  • GRID_DATA_OUTPUT_TYPE

    Returns only data in the grid in simplified name-value pairs.

  • VERSION2_OUTPUT_TYPE

    Returns column-level information moved out of the grid row cell to a columnInfo section.

See the following topic in the JD Edwards EnterpriseOne Application Interface Services Client Java API Developer's Guide: