Hi @VivekShukla1
I am assuming that both list view 1 and list view 2 has their own data sources (smartobjects) therefore you have to make sure that both data source contains fields to which the data can be moved. After that is in place my suggestion would then be to contruct the following rule on both list views, this will allow all the records that are being deleted from List view 1 to be moved to List view 2. You will have to construct the same rule in list view 2 howeve it should then point to creating the rescord in list view 1 in order to get teh visa versa effect.
When Delete ToolBar Button is Clicked
then complete the following one after another
then on [SmartObejct To Which It Should Move The Record] SmartObject, execute its Create method (configure)
*To configure the Create rule, Pull in the fields that need to be moved to the other list view by dragging them from the SmartObject to the Input properties
then execute the Delete method (configure)
*To configure the Delete rule, Pull in the ID field that need to be removed from this list view by dragging it from the SmartObject to the Input properties
then execute the When Save ToolBar Button is Clicked rule
then execute the List refresh method (configure)
Kind Regards
Raymond