Mendix 8.5 not evaluating expressions correctly on Change Object with multiple attributes updates

0
I’ve noticed this problem and had to break up attributes updates in multiple actions because If I try to update them all using only one action, Mendix fails to evaluate the expressions correctly.  For example, in this action, I try to update multiple decimal attributes for an entity using different basic math expressions.  Some of the later attributes depend on the calculation of the firsts, since Mendix, I think, updates from top to bottom.    The end result is wrong, for example, in VBH_Descontado and VADI. They should never be 0.  If I, then, break up this in multiple actions, all calculate right.  Does this have something to do with the modeler? Should I worry about it and review all actions?
asked
0 answers