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
New
Internal work item: AB#622575