Hi,
I am wondering if the following scanrio is expected behavoir or I am missing something in the way I am applying rules to controls on a smartform (K2 5.3).
Scenario.
1) I have a dropdown choice control which I will set a rule on to change another controls value dependant on the selection value of the dropdown control.
In the form initialize rule, there is a rule to populate this control with dropdown data and that seems to be forcing the rule on my control to run at the same time as the form loads (ie: not giving me a chance to select a value).
As a workaround I have to put a fake control on the form (transfer data to it at the end of the form load rules, and then use this as an additional condition when running the rule 'on change' (ie: if 'fake field is not empty').
This doesnt seem a very elegant way of doing it, does anyone else have this issue or is it normal?
Thanks, Julie