Skip to content

Table 39 "Purchase Line" - missing procedure SetHideValidationDialog #29972

@DennyHW

Description

@DennyHW

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions