halt table toggle column
How can I halt (not updating DB) toggle column?
In my case, if recommend count is gte = 15, I want to hold that event and shows notification and hold update process, but it still updating, how can I make it "not to update table"
Thanks in advance
In my case, if recommend count is gte = 15, I want to hold that event and shows notification and hold update process, but it still updating, how can I make it "not to update table"
Thanks in advance
Solution
I try like below and it's not updating anymore, so I think this validation error halt the process