I have 3 data types; TblProducts is a list of my users Products, TblOutlets is a list of the Outlets each User owns and TblProductsOutlets tracks which Users are selling what Products for how much etc from each Outlet.
I have a Repeating Group which enables the logged in User to see only their own Outlets and then they can click an icon next to an Outlet that shows only the Products they’re selling from that Outlet. That works brilliantly thanks to invaluable here yesterday.
I now need an icon on the same Repeating Group row that enables the logged in User to delete a Product from a particular Outlet when they’re sold out. My trouble is that the Repeating Group is on a PopUp that has Type of Content = TblOutlet so when they go to Delete the Product at that Outlet currently they delete the whole Outlet from the App. I’ve tried changing the Type of Content to TblProductsOutlets but this doesn’t work. So my question is, if it’s possible, what do I need to do so my logged in users can Delete just an occurrence of a Product at a particular Outlet without deleting the Outlet?
Again, I’m hugely grateful to and in awe of anyone who can help me achieve this successfully.
Thank you.
