Walks you through the steps required to add global objects to 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.
Add global objects
Here, you add a global data view object and a global user rule object to the BLDRAPPL project. The data view definition is
supplied with the demonstration application, but you create the user rule definition later in this tutorial.
- In the Eclipse IDE, click
AppMaster Builder
to switch to the
AppMaster Builder perspective.
- In the
Project Explorer view, expand the
BLDRAPPL application.
- Right-click
GLOBAL, and then select
Add > Data View from the context menu.
- In the
Name field, type
APSUPD.
- Click
Add. 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 you create later in the tutorial. The user rule calculates inventory.
- Click
Add.
- In the
Project Explorer view, expand the
GLOBAL folder to see the new
CALCINV user rule and
APSUPD data view.
Add the BLDRUPD program
You need to add the heretofore missing BLDRUPD program to the project. Later in the tutorial, you define the program 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, and then click
Add.
The
Project Explorer view shows the new
BLDRUPD program.
Add the BLDRCU screen
You also need to add the heretofore missing BLDRCU screen to the project, and associated it with the newly created BLDRUPD
program.
- In the
Project Explorer view, right-click the
BLDRUPD program, and then select
Add > Screen from the context menu.
- In the
Name field, type
BLDRCU, and click
Add.
- On the
Project Explorer, expand the
BLDRUPD program to see the added
BLDRCU screen.