Hello everyone,
I am trying to populate a set of fields based on some given business logic.
Sadly, I encountered the following issue: When the value of a field is programmatically set using the setFormValue method, the Behaviour for this field is not triggered.
This means, that I cannot rely on the second script to automatically set further values for me.
I guess my question is then: Is setFormValue supposed to trigger such a chain reaction? And if not, what are the alternatives?
You could, theoretically, write/include the script of the second behavior into the first behavior. I would assume that this would work. Did you try it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.