Skip to content

[Event Change Request] Codeunit 333 "Req. Wksh.-Make Order" - OnInsertPurchOrderLineOnBeforeTransferReqLine #29837

@KlaasKleermaker

Description

@KlaasKleermaker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    SCMGitHub request for SCM areaevent-requestRequest for adding an event

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions