Hi,
I have added some M classes for specific business used and I would like to add another confirmation message before deleting.
For instance, when current record is used more than 3 times, there should be a second dialog box : "This record is used x times, do you wan to delete it ?"
I've starting using beforeDelete method but ADialog is for Swing, FDialog is for webUI. Is there a way to only create a message and let UI display it through the good component ?
Thanks,
Nicolas