Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I'm deleting a record form a BO via the BO directly. I'd like to turn off the auto delete confirmation message so I can provide my own, more specific message. (I suppose if I could override that text of the message that would work too).
I know there is a AutoShowDeleteConfirmation property on a SF form, but I'm not certain that is a good idea. First, there are a bunch of BOs on the form and I only want to control the delete message for one of them. Second, the BOs are all controlled individually, rather than via the form's delete method. I'm also just confused about how the delete confirmation is getting called, because I'm not dealing with the form. Does the form handle an event for any BO on it to raise this message?
Thanks!
|