Hi all, I have one list from that list I want some fields should be pass to another field for operation but that list should be selectable. It just like move the fields to right that I want on another page but If I don't want that field then again should be the ability to return that one. For example, I attached an image. In that image, there is an arrow to move the name from the left to right or right to left. Anyone suggest how can I achieve this in Mendix? Thanks In advance.
asked
Akshay Donode
1 answers
1
Could you not use multiple references (may be to a helper object)? Ifthe user clicks the move button remove it from the first reference and just put it in the second reference.