Im listing some products.The user can store pickup the product.what i have done is,if a product is in store picked up,then it removes from the showing product list.upto this working.
But when i tested with 2 users,user1 store picked up a product showing in store picked up tab and it removes from product list for that user.
But not removes for user 2.
I filtered the value with a boolen column is checked if the product is store picked up.
so if the produt is store picked up,the product is moved to the store picked up and a column is used to checked the product and displays the unchecked ones.