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

[Global Procedure request] codeunit 445 "Purch.-Post Prepmt. (Yes/No)" - GetReport #27357

Open
Duizy1971 opened this issue Oct 2, 2024 · 0 comments
Labels
event-request Request for adding an event SCM GitHub request for SCM area

Comments

@Duizy1971
Copy link

Duizy1971 commented Oct 2, 2024

Describe the request

Can you make procedure GetReport global like it has already been done on the sales side codeunit 443 "Sales-Post Prepayment (Yes/No)"?

[Old code]
local procedure GetReport(var PurchHeader: Record "Purchase Header"; DocumentType: Option Invoice,"Credit Memo")

[New code]
procedure GetReport(var PurchHeader: Record "Purchase Header"; DocumentType: Option Invoice,"Credit Memo")

Additional context

We are implementing a lifecycle addon (working together with approval, workflow and prepayment) and want to create an action:
local procedure PostAndPrintPrepaymentInvoice(var PurchaseHeader: Record "Purchase Header")
but we are unable to use GetReport
Internal work item: AB#551204

@AndersLarsenMicrosoft AndersLarsenMicrosoft added event-request Request for adding an event SCM GitHub request for SCM area labels Oct 2, 2024
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 SCM GitHub request for SCM area
Projects
None yet
Development

No branches or pull requests

2 participants