I have an editable BO which takes a parameter. I've added it to a form and created editable controls based on the BO fields. The parameter is set on form load, and the fields of the BO displays correctly.
The parameter for the BO is set equal to a Local variable. When changing this variable however, the BO fields on the form does not refresh - is this normal behavour for an editable BO? When I make the BO read only, the Always Refresh option is available to me, and in that case the fields always updates when I change the parameter value. But it also means my fields are non-editable, which is not the desired behaviour...
I was under the impression the editable BOs refresh as soon as their parameters change - is this not the case?