A
aturner
My form includes fields that are filled in automatically, through rules,
based on selections in other controls. This works fine, until a selection is
changed -- the other fields should update automatically when a change is
made, but they don't. In other words, it seems that the rules only run at
initial selection.
The controls are:
Maintenance (checkbox)
Price (read-only text field)
Product (drop-down list)
When Maintenance is selected, the Price is filled in based on the Product
selection. But when the Product is changed, the Price does not update to
reflect the new Product.
Is the best approach to add an OnAfterChange event that clears the
Maintenance checkbox whenever the Product is changed? I'm not a programmer,
so I will need a script example. Or perhaps there's a problem with the rules?
Any help will be appreciated.
based on selections in other controls. This works fine, until a selection is
changed -- the other fields should update automatically when a change is
made, but they don't. In other words, it seems that the rules only run at
initial selection.
The controls are:
Maintenance (checkbox)
Price (read-only text field)
Product (drop-down list)
When Maintenance is selected, the Price is filled in based on the Product
selection. But when the Product is changed, the Price does not update to
reflect the new Product.
Is the best approach to add an OnAfterChange event that clears the
Maintenance checkbox whenever the Product is changed? I'm not a programmer,
so I will need a script example. Or perhaps there's a problem with the rules?
Any help will be appreciated.