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:
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
Why do you need this change?
We would like to request a new integration event on before of the
PrepmtAmountprocedure 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
PrepmtAmountfunction:New integration code:
Internal work item: AB#647921