1

Would it be possible to allow markdown in Confirm, Dialog, Message and Error calls?


It is today possible in the teaching tips.

A bit of text formatting could be an enhancement in the communication with the user (if there is guidelines also of course).


For instance, field names or action names could be in bold.

If the error message is correctly designed, we could also add a link to redirect the user to the right page to fix the error, or an external link to get more information in the doc.


Exemple :


var

PostingGroupMissingErr: '**Gen. Bus. Posting Group** is missing on [Customer %1](?page=22&&filter=Customer."No." IS "%1").';

begin

if Customer."Gen. Bus. Posting Group" = '' then

Error(PostingGroupMissingErr, Customer."No.");

end;

Category: Development
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