Hello Abu,
I am trying to use On_delete event but not works.
Code: https://gist.github.com/c3media/9240d9ff5f5c4eb0ea897aec2454b838
Screenshot issue: https://imgur.com/SMV47hR
3 Answers
Hello,
In screenshot I can see that it does not have field ticket_id in parameters for event handler.
The delete event only get the key field as delete row id. You need to fetch rest data using this id and then use in your code.
Hello Abu i have don changes, the idea is to delete the value from foreign table column.
Refer code: https://gist.github.com/c3media/9240d9ff5f5c4eb0ea897aec2454b838
Regards!
Your Answer