Follow these steps to specify the SpecificCustomerToGenericBrokerageAccount
business object map details:
- In the navigation tree, click BrokerageModule > Mapping
> Data Maps > SpecificCustomerToGenericBrokerageAccount.
- From the pop-up menu, select Open With > Business Object
Mapping Editor. The editor opens for SpecificCustomerToGenericBrokerageAccount.
- Click the SpecificCustomerToGenericBrokerageAccount tab.
- Right-click the customerNumber label.
- From the pop-up menu, select Add Connection.
- Click the customerNumber label.
- Right-click the maximumTransactionAmount label.
- From the pop-up menu, select Add Connection.
- Click the transactionTradingLimit label.
- Right-click the cashBalance label.
- From the pop-up menu, select Add Connection.
- Click the balance label.
- Right-click the returnCode label.
- From the pop-up menu, select Add Connection.
- Click the dataValid label.
- Right-click the CustomerBO label.
- From the pop-up menu, select Add Connection.
- Click the BrokerageAccountBO label.
- Right-click 4 Move.
- From the pop-up menu, select Change Transform Type >
Custom.

- Switch to the Properties view. Click on the Details tab.
- Maximize the Properties view.
- Click the Standard... icon
on the palette.
- Selectmath > equal to.
- Click OK.
- Click on the canvas to add the equal to activity.
- Add an expression to the first input terminal of the equal
to activity. Type CustomerBO_returnCode.
- Add an expression to the second input terminal of the equal
to activity. Type 0.
- Add an expression to the output terminal of the equal
to activity. Type BrokerageAccountBO_dataValid.
- Click the Properties tab to restore the
Properties view.
- Right-click 5 Submap.
- From the pop-up menu, select Change Transform Type >
Custom.
- Switch to the Properties view. Click on the Details tab.
- Maximize the Properties view.
- Click the Standard... icon
on the palette.
- Selectmath > equal to.
- Click OK.
- Click on the canvas to add the equal to activity.
- Add an expression to the first input terminal of the equal
to activity. Type CustomerBO.returnCode.
- Add an expression to the second input terminal of the equal
to activity. Type 0.
- Add an expression to the output terminal of the equal
to activity. Type BrokerageAccountBO.dataValid.
- Add an expression to the bottom of the canvas. Type BrokerageAccountBO.dataValid &&
CustomerBO.numberOfStockSymbols > 0.

- Click on the Choice palette button.
- Click on the bottom of the canvas to add the if true
otherwise activity.
- Click the Standard... icon
on the palette.
- Selectlogic > createStockPortfolio.
- Click OK.
- Click inside the if true canvas to add
the createStockPortfolio activity.
- Add an expression to the first input terminal of the createStockPortfolio activity.
Type CustomerBO.stockSymbols.
- Add an expression to the second input terminal of the createStockPortfolio activity.
Type CustomerBO.quantityOfShares.
- Add an expression to the output terminal of the createStockPortfolio activity.
Type stockPortfolio.
- Add an expression at the bottom the if true canvas.
Type stockPortfolio.
- Add an expression to the exit terminal of the stockPortfolio expression.
Type BrokerageAccountBO.stockPortfolio.

- Right-click the output terminal of the BrokerageAccountBO.dataValid &&
CustomerBO.numberOfStockSymbols > 0 expression.
- From the pop-up menu select Add > Link Click on
the input terminal of the if true otherwise activity.
- Restore the Properties view.
- From the menu, select File > Save (or press Ctrl+S).
- From the menu, select File > Close (or press Ctrl+F4).