Change the message when deleting Sales Order

When pressing F4 to delete a Sales Order, a message shown out “Delete Sales Order?”. One customer wants to change the text but I couldn’t find where the text is. Anyone knows? Thanks in advance.

quote:

When pressing F4…
Originally posted by wws - 2005 May 17 : 09:55:08

…it is the “normal” Navision behavior to ask to confirm the deletion of a record(set). After confirming the question you can still use the OnDelete trigger on that table to “handle” the answer.

You can’t change that text, it’s stored inside the fin.stx file which cannot be changed or Navision will stop working. Follow Walter’s suggestion and use the OnDelete trigger of the table to ask an additional question after that standard one.