[Scope Change Request] Local procedure ErrorHelperHeader should be global on Correct Posted Sales Invoice #27618
Labels
request-for-external
Request for exposing a function for extension development
SCM
GitHub request for SCM area
Describe the request
In
codeunit 1313 "Correct Posted Purch. Invoice"
existsprocedure ErrorHelperHeader(HeaderErrorType: Enum "Correct Purch. Inv. Error Type"; PurchInvHeader: Record "Purch. Inv. Header")
On the related codeunit on Sales
codeunit 1303 "Correct Posted Sales Invoice"
this procedure is local:local procedure ErrorHelperHeader(HeaderErrorType: Enum "Correct Sales Inv. Error Type"; SalesInvoiceHeader: Record "Sales Invoice Header")
Additional context
Procedure
ErrorHelperHeader
should be global oncodeunit 1303 "Correct Posted Sales Invoice"
Internal work item: AB#557540
The text was updated successfully, but these errors were encountered: