Why do you need this change?
In 4PS Construct we need to fill some fields of the purchase order line here.
Describe the request
Dear ALAppExtensions team,
On behalf of 4PS I would like to request integration event 'OnInsertPurchOrderLineOnBeforeTransferReqLine' to be changed in codeunit 333 "Req. Wksh.-Make Order". For us, it is necessary that the parameter PurchOrderLine is a "var" parameter. See also #29177 It seems that this request has not been implemented completely.
[IntegrationEvent(false, false)]
//local procedure OnInsertPurchOrderLineOnBeforeTransferReqLine(var PurchOrderHeader: Record "Purchase Header"; PurchOrderLine: Record "Purchase Line"; var RequisitionLine: Record "Requisition Line") //old
local procedure OnInsertPurchOrderLineOnBeforeTransferReqLine(var PurchOrderHeader: Record "Purchase Header"; var PurchOrderLine: Record "Purchase Line"; var RequisitionLine: Record "Requisition Line") //new
begin
end;
Internal work item: AB#625825