Hello
In Navision 5 we implemented an error message in the Order Confirmation (form 42) after clicking on print --> order confirmation (menu button on the form). This error message appears only if the status is open.
Is it possible to implement the same in 2013 R2?
Code:
IF Status = Status::Open THEN
ERROR(Text50000);
I could not find the function "OnPrint" or something similiar in the code.
Best regards
Raphael
*This post is locked for comments