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
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:
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:
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
The text was updated successfully, but these errors were encountered:
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:
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:
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
The text was updated successfully, but these errors were encountered: