Moving items from one list to another
Summary
How can we move items from one list to another? Our approach using ADP's and list views ends in an error while removing items.Content
Hi all,
Goal
Currently me and my colleagues are trying to show two lists on a page. One with 'available' items and one with 'selected' items. Each item in the list also contains a button. The idea is that a user can select items from the list of available items and that these items then 'move' from the list of available items to the list of selected items.
Approach
Our approach is to use two ADP's, based on the same item type (which in turn is based on the REST endpoint of a business object). In a fictitious example these ADP's contain respectively :
Tagged:
0