7

Sometimes, when a user wants to delete a record, we might want to show some extra information about the consequences of doing so (e.g. "This will delete all related XXX", or "The customer already has XX active, and deleting this record will stop them".


When we do so, this results in two confirmation dialogs for the user: the default BC dialog ("Delete XXX?") + our confirmation dialog.


We believe that the UX would be much improved if there was some kind of event in BC to which we could subscribe when deleting records, that let us return an extra text to be shown in the default dialog. So that instead of just


"Delete XXX?"


The user would be shown:


"Delete XXX?


This will..... (additional text)"


Something like "OnBeforDeleteConfirmation(var Rec: Record XXX; var AdditionalText: Text)".

Category: General
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team