I have a Parent Table called Items. And in it's Form I have a subgrid populated by it's child table , ItemSpecifications.
I want to prevent users from deleting Item Specifications, for those items for which Parent Record's (Item's) Choice Column = Approved.
Is there a way to disable delete option in the subgrid's context menu as well as on the ItemSpecifications Form conditionally.
Or is there an event that fires before delete to prevent delete