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

[EVENT REQUEST] New Publisher in Report ID 81 (Import Budget from Excel) #28432

Open
KerstinBrokerhoffGOB opened this issue Mar 28, 2025 · 0 comments
Labels
event-request Request for adding an event Finance GitHub request for Finance area

Comments

@KerstinBrokerhoffGOB
Copy link

KerstinBrokerhoffGOB commented Mar 28, 2025

Describe the request

Hello,
I need new publisher in Report ID 81 (???Import Budget from Excel???) to realize a customer request.
In OnAfterGetRecord I need a publisher at the marked position (see screenshot) to be able to filter the GLBudgetEntry further. The variable GLBudgetEntry should be passed as var:

Image

Furthermore, there are various queries in a case loop in the ???AnalyzeData??? procedure.
Here, too, we have individualized code and our idea would be to insert an OnBeforeCaseXEvent at the beginning and an OnAfterCaseXEvent at the end for each case query. In the OnBeforeCaseXEvent, it would make sense to have a return Boolean that is checked by the Microsoft program code in the next step and only executes the follow-up code of the respective case query if the condition is true. The corresponding variables of the individual cases should be available in the Publisher as var.
Here is a part of the program code section and the places where the respective publishers should be inserted:

Image

Additional context

I need these publisher to realize a customer request.
I would like to avoid having to copy and adapt the standard report and having to check it again with every update.
Internal work item: AB#572763

@JesperSchulz JesperSchulz added event-request Request for adding an event Finance GitHub request for Finance area labels Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
event-request Request for adding an event Finance GitHub request for Finance area
Projects
None yet
Development

No branches or pull requests

2 participants