Add global objects required for the BLDRAPPL application, and add a new program and screen to develop in AppMaster Builder.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Requirements
Before attempting this tutorial, you must complete:
If you have closed
Enterprise Developer, start it; then open the AppMaster Builder perspective.
- Add Global Objects
- Here we add a global data view object and a global user rule object to our project. We supply the data view definition, but
you create the user rule definition later in this tutorial.
- From the AppMaster Builder
Project Explorer, expand the
BLDRAPPL application.
- Right-click
GLOBAL; then select
Add > Data View from the context menu.
- In the
Name field, type
APSUPD.
- Click
OK. This returns you to the
Project Explorer.
- Right-click
GLOBAL; then select
Add > User Rule from the context menu.
- In the
Name field, type
CALCINV. This is the name of the user rule we will create later in the tutorial. The user rule calculates inventory.
- Click
OK.
- Add a program
-
We need to add a third program to the project that we will define using the AMB Online Express feature.
- From the AppMaster Builder
Project Explorer, right-click the
BLDRAPPL application; then select
Add > Online Express Program from the context menu.
- In the
Name field, type
BLDRUPD; then click
OK.
The
Project Explorer shows the new BLDRUPD program.
- Add a screen
-
We need to create and associate a screen with the new BLDRUPD program.
- From the AppMaster Builder
Project Explorer, right-click the
BLDRUPD program; then select
Add > Screen from the context menu.
- In the
Name field, type
BLDRCU; then click
OK.
- On the
Project Explorer, expand the
BLDRUPD program to see the added
BLDRCU screen.
This completes the tutorial. Next, please complete
Tutorial: Set Preferences and View Properties.