You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask you if you could add new procedure into report 31004 "Adjust Exchange Rates CZL" in Core Localization Pack for Czech.
I suggest the new procedure like this:
procedure SetDimMoveType(NewDimMoveType: Option "No move","Source Entry","By G/L Account")
begin
DimMoveType := NewDimMoveType;
end;
Thank you very much.
Zuzana Mullerova
Additional context
I need to set global variable DimMoveType before run the report. Is is one of several variables in Request Page and all other variables from the Request page can be set before run via global procedures (for example InitializeRequestExtended or SetPostMode). Variable DimMoveType is the only one without this possibility and I need to set it before run in the similar way as the others variables.
Thank you very much.
Zuzana Mullerova
The text was updated successfully, but these errors were encountered:
Describe the request
Hello,
I would like to ask you if you could add new procedure into report 31004 "Adjust Exchange Rates CZL" in Core Localization Pack for Czech.
I suggest the new procedure like this:
procedure SetDimMoveType(NewDimMoveType: Option "No move","Source Entry","By G/L Account")
begin
DimMoveType := NewDimMoveType;
end;
Thank you very much.
Zuzana Mullerova
Additional context
I need to set global variable DimMoveType before run the report. Is is one of several variables in Request Page and all other variables from the Request page can be set before run via global procedures (for example InitializeRequestExtended or SetPostMode). Variable DimMoveType is the only one without this possibility and I need to set it before run in the similar way as the others variables.
Thank you very much.
Zuzana Mullerova
The text was updated successfully, but these errors were encountered: