Oracle by Example brandingPromoting Objects to Package Through Web Object Management Workbench

section 0Before You Begin

This 25-minute OBE (Oracle by Example) shows you how to promote an individual object and a project in the Web Object Management Workbench (Web OMW).

In this OBE, you will:

  1. Create a project.
  2. Add an object to the project.
  3. Promote the project.
  4. Create an object.
  5. Promote the object.

Background

Web OMW provides a way for developers and administrators to manage development projects and objects. As a System Administrator, you can create or modify objects within a project to complete a specific task and meet business requirements. After the development is complete, it is required to deploy the project using package build and deployment.

Starting with Tools Release 9.2.8, Web OMW provides you the ability to promote specification-based objects and project containing specification-based objects. You can now use the Promote feature to promote an object or project and make it available to the users immediately without package build and deployment. If a project contains UDO, data dictionary and UDC objects, they will not be promoted. Additionally, the Promote feature does not allow to promote projects that contain a Table or a Business function.

Scenario

In this OBE, let us consider a scenario in which you are a developer and need to create a project, add an object to it, and promote the project to make it available to other users. Next, you will add another object and promote the second object individually.

Prerequisites

To perform the steps in this OBE, you must have:

  • Installed JD Edwards EnterpriseOne Applications Release 9.2 with Tools Release 9.2.8 or later.

section 1Create a Project

In this section, you will create a project in the Web Object Management Workbech (Web OMW).

  1. Open a web browser and sign in to EnterpriseOne on the web.
  2. Navigate to Object Management Workbench – Web (P98220W) from the Fast Path.
  3. In the Object Management Workbench – Web form, click Add to add the OMW project.
  4. In the Create EnterpriseOne Object form, from the General Object drop-down list, select OMW Project. Click OK.
  5. Description of create_enterpriseone_object.png follows
    Create EnterpriseOne Object
  6. In the Project Revisions form, complete the following fields:
    • Project ID = Enter the project name, for example, PRJDEMO.
    • Description = Enter a description for the project, for example, Demo Project 1.
    • Type = 01
    • Severity = 04
    • Product System Code = 55
    • Release = E920
    Description of project_revisions.png follows
    Project Revisions
  7. In the Object Management Workbench – Web form, select the project you created. From the Row menu, select Advance Project.
  8. Enter 21 in the Status field of the Confirm Project Status Change window. Click OK.
  9. Description of advance_project.png follows
    Advance Project
  10. Click OK.

section 2Add an Object

In this section, you will add an Application object to the project you created.

  1. In the Object Management Workbench – Web form, select the project you created in the previous task and then click Add.
  2. In the Create EnterpriseOne Object form, from the General Object drop-down list, select Application. Click OK.
  3. Description of create_application_object.png follows
    Create Application Object
  4. In the Add Object form, complete the following fields:
    • Object Name = Enter the object name, for example, P55DEMO1
    • Description = Enter a description for the object, for example, Demo Object 1
    • Product Code = 55
    • Product System Code = 55
    Description of add_object.png follows
    Add Object
  5. Click OK. The newly created Application object is displayed in the Project Objects tab.
  6. Description of project_objects.png follows
    Project Objects

section 3Promote the Project

  1. In the Object Management Workbench – Web form, select the project you created in the previous task.
  2. From the Row menu, select Promote.
  3. Description of promote_option.png follows
    Promote Option
  4. Click OK in the Promote window. The project is promoted and made available to other users.
  5. Description of promote.png follows
    Promote

section 4Create an Object

In this section, you will add a second object.

  1. In the Object Management Workbench – Web form, select the project you created in the previous task and then click Add.
  2. In the Create EnterpriseOne Object form, from the General Object drop-down list, select Application. Click OK.
  3. Description of create_a_second_object.png follows
    Create a Second Object
  4. In the Add Object form, complete the following fields:
    • Object Name = Enter the object name, for example, P56DEMO1.
    • Description = Enter a description for the object, for example, Demo Object 2
    • Product Code = 55
    • Product System Code = 55
    Description of add_object_2.png follows
    Add Object 2
  5. Click OK.

section 5Promote the Object

In this section, you will promote the object you created in the previous task.

  1. In the Object Management Workbench – Web form, select the object you created from the Project Objects tab.
  2. From the More Row Actions drop-down menu, select Promote.
  3. Description of more_row_actions.png follows
    Promote Object
  4. Click OK in the Promote window. The object is promoted and made available to other users.
  5. Description of promote_window.png follows
    Promote Window

more informationWant to Learn More?