Skip to content

[Event Request] codeunit 444 "Purchase-Post Prepayments" - OnBeforePrepmtAmount #30434

Description

Why do you need this change?

We would like to request a new integration event on before of the PrepmtAmount procedure in codeunit 444 "Purchase-Post Prepayments". The equivalent event already exists in the "Sales-Post Prepayments" codeunit but it is not available for purchase scenario.

Describe the request

We would like to request the new event here, on before of the PrepmtAmount function:

Image

New integration code:

    [IntegrationEvent(false, false)]
    local procedure OnBeforePrepmtAmount(var PurchaseLine: Record "Purchase Line"; DocumentType: Option Invoice,"Credit Memo",Statistic; var Result: Decimal; var IsHandled: Boolean)
    begin
    end;

Internal work item: AB#647921

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    SCMGitHub request for SCM areaevent-requestRequest for adding an eventext-ready-to-implementReviewed and ready to implement and create PR

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions