Before 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:
- Create a project.
- Add an object to the project.
- Promote the project.
- Create an object.
- 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.
Create
a Project
In this section, you will create a project in the Web Object Management Workbech (Web OMW).
- Open a web browser and sign in to EnterpriseOne on the web.
- Navigate to Object Management Workbench – Web (P98220W) from the Fast Path.
- In the Object Management Workbench – Web form, click Add to add the OMW project.
- In the Create EnterpriseOne Object form, from the General Object drop-down list, select OMW Project. Click OK.
- 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
- In the Object Management Workbench – Web form, select the project you created. From the Row menu, select Advance Project.
- Enter
21
in the Status field of the Confirm Project Status Change window. Click OK. - Click OK.



Add an
Object
In this section, you will add an Application object to the project you created.
- In the Object Management Workbench – Web form, select the project you created in the previous task and then click Add.
- In the Create EnterpriseOne Object form, from the General Object drop-down list, select Application. Click OK.
- 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
- Click OK. The newly created Application object is displayed in the Project Objects tab.



Promote
the Project
- In the Object Management Workbench – Web form, select the project you created in the previous task.
- From the Row menu, select Promote.
- Click OK in the Promote window. The project is promoted and made available to other users.


Create
an Object
In this section, you will add a second object.
- In the Object Management Workbench – Web form, select the project you created in the previous task and then click Add.
- In the Create EnterpriseOne Object form, from the General Object drop-down list, select Application. Click OK.
- 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
- Click OK.


Promote
the Object
In this section, you will promote the object you created in the previous task.
- In the Object Management Workbench – Web form, select the object you created from the Project Objects tab.
- From the More Row Actions drop-down menu, select Promote.
- Click OK in the Promote window. The object is promoted and made available to other users.

