Hello,
I have a custom function that I run on insert: $e["on_insert"] = array("add_product", null, true); but I want to change the default behavior of the insert into the grid table based on data validation that is difficult to do during data input. Can I return a 'false' from my function and interrupt the data insert?
Thanks
1 Answers
Your Answer