Rule Template Views
A rule template view defines a visual presentation of the rule template to make it easy for the WebStudio user to define a business rule.
The View uses rule template bindings to define an easy-to-use form-like interface where the WebStudio user assigns values to the bindings, for example, threshold values. For example:
Require that all applicants have a minimum income of <binding id="minimumIncome"></binding>, a minimum age of <binding id="minimumAge"></binding>, and restrict the credit type to <binding id="creditType"></binding>
If the binding is associated with a domain model, the WebStudio interface will display the input widget as a drop down list. Otherwise, an input widget of the appropriate type is displayed, for example, a check-box for a boolean field.
Copyright © TIBCO Software Inc. All Rights Reserved.