1
In Purch. Line Reserve codeunit please add the var in front of PurchaseLine & OldPurchaseLine variables, similar to the same function in Sales Line Reserve.
codeunit 99000834 "Purch. Line-Reserve"
[IntegrationEvent(false, false)]
local procedure OnBeforeVerifyQuantity(PurchaseLine: Record "Purchase Line"; var IsHandled: Boolean; OldPurchaseLine: Record "Purchase Line")
begin
end;
codeunit 99000832 "Sales Line-Reserve"
[IntegrationEvent(false, false)]
local procedure OnBeforeVerifyQuantity(var NewSalesLine: Record "Sales Line"; var IsHandled: Boolean; var OldSalesLine: Record "Sales Line")
begin
end;
STATUS DETAILS
Declined
Business Central Team (administrator)
Thank you for reaching out. The ideas site is for longer term ideas, that will typically be picked up depending on number of votes. Your suggestion seems to be an event request, enum request, request for making a function external or general code contribution in for a product. We will thus close this idea entry as rejected. Please instead create an issue on one of following GitHub repos:
Event Requests, Enum Requests, Requests for Externals, Extensibility enhancements: https://github.com/microsoft/ALAppExtensions/
AL language enhancements and development environment: https://github.com/microsoft/AL
Read more about finding right resource and providing feedback on this blog post:
https://community.dynamics.com/business/b/financials/archive/2018/12/04/find-the-right-resources-and-provide-feedback
Sincerely,
Business Central R&D