Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add procedure to set global variable into report 31004 "Adjust Exchange Rates CZL" in Core Localization Pack for Czech #27893

Open
ZuMullerova opened this issue Jan 8, 2025 · 0 comments

Comments

@ZuMullerova
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant