Comment 3 for bug 916526

Revision history for this message
Ferdinand (office-chricar) wrote :

It is used in computation. For e.g. a rule for sales having 1% commission of basic salary per product you can define an expression like: result = inputs.SALEURO.amount * contract.wage*0.01.
SALEURO is your variable.