Change object action at a list level - without using iterator - Mendix Forum

Change object action at a list level - without using iterator

9

You can delete a list of objects without using an iterator.  I would like to be able use the change object action on a list without using an iterator.  This would simply apply the update to all the objects loaded into the list.

The implementation should be fairly simple - in SQL terms it would translate to:

UPDATE myObject SET myField=SpecifiedValue(or formula)

WHERE (List filter)

 

asked
0 answers