Why do you need this change?
Impossible to set by code the flag HideValidationDialog on Purchase Line table.
Add procedures as did in other tables like Sales Line, Sales Header Purchase Header f.e.
procedure SetHideValidationDialog(NewHideValidationDialog: Boolean)
begin
HideValidationDialog := NewHideValidationDialog;
end;
procedure GetHideValidationDialog(): Boolean
begin
exit(HideValidationDialog);
end;
Describe the request
In Purchase Line table the Get/Set procedures for global flag HideValidationDialog are missing
Why do you need this change?
Impossible to set by code the flag HideValidationDialog on Purchase Line table.
Add procedures as did in other tables like Sales Line, Sales Header Purchase Header f.e.
Describe the request
In Purchase Line table the Get/Set procedures for global flag HideValidationDialog are missing