I have a custom table called Events. When I delete an event, I want to delete all the records related to the event in the EventComments table.
I have a grid with events on my custom screen, and the following actions:
1. Show message with a confirmation buttion.
2. Loop through checked items on the grid
3. Delete record from table Event Comment where eventname_recordid = value from row:record id.
When I publish this and run click the button, I get the following error:
Error running the query
Additional Information
Action Sequence Order:3