Hide validation

Hi all, There are some Navision objects (Table 36, 38) which use expresions like IF HideValidationDialog THEN . . . else . . . to ask for a CONFIRM action thru a dialog box. There is also a function on those objects like SetHideValidationDialog(NewHideValidatioDialog : Boolean) HideValidationDialog := New HideValidationDialog; I think I know the way and where use this function but I cannot find any reference in the whole Navision. Any comments about? Thanks, Joaquín

In Nv Webshop, dispacher can not show dialog message with Stock validation, Credit validation etc.

In Nv Webshop, dispacher can not show dialog message with Stock validation, Credit validation etc.

SetHideValidationDialog is a function coded within Table 36 (for example). The variable HideValidationDialog is a Global variable defined in that table and the variable NewHideValidationDialog is a local variable defined in the SetHideValidationDialog function. In other words, all this is local to this table and is not a general Navision C/AL function. Dave Studebaker das@libertyforever.com Liberty Grove Software A Navision Services Partner