Skip to content

[Event Request] codeunit 442 "Sales-Post Prepayments" - OnUpdateSalesDocumentOnBeforeFindSetCrMemoSalesLine #30401

Description

Why do you need this change?

We would like to request a new integration event to add a filter before findset of credit memo lines in the UpdateSalesDocument procedure in codeunit 442 "Sales-Post Prepayments".

Describe the request

We need the event here, right before FindSet of the credit memo lines:
Image

    [IntegrationEvent(false, false)]
    local procedure OnUpdateSalesDocumentOnBeforeFindSetCrMemoSalesLine(SalesHeader: Record "Sales Header"; var SalesLine: Record "Sales Line")
    begin
    end;

Internal work item: AB#646144

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