CFLOnAfterGetCustLedgEntry Event

  • 2 minutes to read

Report W1 Sales - Invoice

Signature

[IntegrationEvent(true, false)]
CFLOnAfterGetCustLedgEntry(SalesInvHeader: record "Sales Invoice Header"; var intCounter: integer; var PDFProgram: codeunit "CFL PDFProgram"; var tempCLE: record "Cust. Ledger Entry"; TranslationDict: Dictionary of [Text, Text]; var totAmount: Decimal; var totVAT: Decimal; var totInvoiceDisc: Decimal; Currency: code[10])

Parameters

SalesInvHeader record "Sales Invoice Header"

var intCounter integer

var PDFProgram codeunit "CFL PDFProgram"

var tempCLE record "Cust. Ledger Entry"

TranslationDict Dictionary of [Text, Text]

var totAmount Decimal

var totVAT Decimal

var totInvoiceDisc Decimal

Currency code[10]