Skip to content

[Request for Public Procedure] SetHideDialog in codeunit 99000843 "Undo Prod. Posting Mgmt." #29740

@Rambabu-Billuri

Description

@Rambabu-Billuri

Why do you need this change?

Right now, we have a confirmation dialog to Post Reversal in "Undo Prod. Posting Mgmt.", We wanted to allow it to run without a confirmation dialog.

To replicate the behavior, I would like to request the following changes.

Describe the request

Please change the way the confirmation dialog is shown, so that we can run the process without confirmation:

New global variable

var
HideDialog: Boolean;

New Public procedure
procedure SetHideDialog(NewHideDialog: Boolean)
begin
HideDialog:= NewHideDialog;
end;

Change in existing procedure - CanPostReversal()

Old

Image

New

Image

Internal work item: AB#622575

Metadata

Metadata

Assignees

No one assigned

    Labels

    SCMGitHub request for SCM arearequest-for-externalRequest for exposing a function for extension developmentships-in-future-updateFix ships in a future update

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions