Create BetterCommission template
- Click the Add If Then Template button
.
- In the Template 1 field, type BetterCommissionTemplate.
- Create two template parameters, by clicking the Add Template
Parameter button twice
.
- In the param1 field, type totalCashWorth.
- Click the Type field, and select double.
- In the param2 field, type commissionToCharge.
- Click the Type field, and select double.
- In the Presentation field, type A
customer who has a total cash value of at least $.
- From the drop-down combo (CTRL-SPACE), select totalCashWorth.
- In the Presentation field after totalCashWorth,
type is charged a commission of $.
- From the drop-down combo (CTRL-SPACE), select commissionToCharge.
- In the Presentation field after commissionToCharge,
type per stock transaction..
- Click Condition in the If field.
- In the field, type commissionInfo.totalCashValue >=
totalCashWorth.
- Click Action in the Then field.
- In the field, type cashAmount.value
= commissionToCharge.
- From the menu, select File > Save (or press Ctrl+S).
