How to ensure that the product is on store

Hi,

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.

what needs to do this to achieve ?

How do you remove the product from the store? What conditions and column are you using to achieve that? Can you share screenshots?

I believe you are using User Specific Column to achieve this.

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.

Is your boolean column configured as User Specific Column?

yes.it is user specific.

Make it non user specific column to solve the problem you are facing.

Probably Boolean switch is not the best way to achieve this. You must have a button with set column value function.

You can fill the Store Pickup column with users email so you can filter it both ways.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.