Feedback for online shopping app

0
I want to add and remove from favourites  for online shopping app as user role. I have created Favourites entity and linked to product entity via 1-* association. But I unable to remove from favourites. How to rectify this?
asked
2 answers
1

Hi Abhijit, 

 

I do not fully understand your model, but if I would model a customer (or account) and favourites it would look like this. Then a customer can have a collection of his favorites and per product store extra info. Otherwise you could also solve it with a many to many between Customer and Account. 

BTW Why is everything a specialization of image?

answered
0

You can use a Change List action with the Remove option in a microflow to remove a Product from your Product_Favourites association. 

https://docs.mendix.com/refguide/change-list/#32-type

I hope this helps.

answered