Creating the CustomerNumber business object
Follow these steps to create, in the eMerged_Library library, the CustomerNumber business object which has this attribute:
value (string)
From the menu, select
File > New > Other
. The
New
window opens.
In the navigation tree, click
Business Integration > Business Object
.
Click
Next
.
From the
Module
list, click
eMergedLibrary
. The
Inherit from
field is set to
<none>
.
In the
Folder
field, type
com.emerged.portal
.
In the
Name
field, type
CustomerNumberBO
.
The
Namespace
field is set to
http://eMergedLibrary/com/emerged/portal
.
Click
Finish
. The editor opens for
CustomerNumberBO
.
Click the
Add an attribute to a business object.
button
.
Switch to the Properties view. The
Display name
field is set to
Bank
. The
Name
field is set to
Bank
.
In the
Name
field, type
value
.
In the
Type
list, type
string
.
From the list, click
string
.
From the menu, select
File > Save
(or press
Ctrl+S
).
From the menu, select
File > Close
(or press
Ctrl+F4
). The editor closes for
CustomerNumberBO
.
Parent topic:
Creating interfaces and business objects
Previous topic:
Adding the interface to the Bank import component
Next topic:
Creating the StockTransaction business object