Codeunit "Purch.-Post Prepmt. (Yes/No)"
ID 445
Namespace: Microsoft.Purchases.Posting
Properties
Name
Value
EventSubscriberInstance
Manual
Methods
procedure PostPrepmtInvoiceYN(var PurchHeader2: Record "Purchase Header", Print: Boolean)
Parameters
procedure PostPrepmtCrMemoYN(var PurchHeader2: Record "Purchase Header", Print: Boolean)
Parameters
procedure Preview(var PurchHeader: Record "Purchase Header", DocumentType: Option)
Parameters
procedure GetReport(var PurchHeader: Record "Purchase Header", DocumentType: Option)
Parameters
Events
[IntegrationEvent(False,False)]
local procedure OnAfterPostPrepmtInvoiceYN(var PurchaseHeader: Record "Purchase Header")
Parameters
[IntegrationEvent(False,False)]
local procedure OnAfterPostPrepmtCrMemoYN(var PurchaseHeader: Record "Purchase Header")
Parameters
[IntegrationEvent(False,False)]
local procedure OnBeforeGetReport(var PurchaseHeader: Record "Purchase Header", DocumentType: Option, var IsHandled: Boolean)
Parameters
[IntegrationEvent(False,False)]
local procedure OnBeforePostPrepmtDocument(var PurchaseHeader: Record "Purchase Header", PrepmtDocumentType: Option)
Parameters
[IntegrationEvent(False,False)]
local procedure OnPostPrepmtInvoiceYNOnBeforeConfirmPostInvoice(var PurchaseHeader: Record "Purchase Header")
Parameters
See also