Report 18123358 EOS Send fin. rpt to cust

Report 18123358 EOS Send fin. rpt to cust

LanguageCaption
de-ATSende Finanzbericht an Kunde (CVS)
de-DESende Finanzbericht an Kunde (CVS)
en-USSend financial reports to customers (CVS)
fr-FREnvoyer des rapports financiers aux clients (CVS)
it-ITInvia report finanziario a cliente (CVS)

Methods

ResetLanguage

procedure ResetLanguage()

SetProcessingTypeSave

procedure SetProcessingTypeSave()

Events

OnAfterProcessCustomer

local procedure OnAfterProcessCustomer(var Customer: Record Customer)

Event to manage what to do when the Salesperson/Purchase has been processed

Parameters / Return Value

  • Customer Record "Customer"

OnManageProcessingTypeForCustomer

local procedure OnManageProcessingTypeForCustomer(var Customer: Record Customer; var ZipArchive: Codeunit "Data Compression"; EnumProcType: Enum "EOS AdvCustVendStat BatchProcType"; ReportSetup: Code[20]; var Handled: Boolean)

Event executed OnAfterProcessCustomer, this allows to manage procedures run for each Customer.

Parameters / Return Value

  • Customer Record "Customer"

    Record Customer

  • ZipArchive Codeunit "Data Compression"

    Codeunit “Data Compression”

  • EnumProcType Enum "EOS AdvCustVendStat BatchProcType"

    Enum “EOS AdvCustVendStat BatchProcType”

  • ReportSetup Code[20]

  • Handled Boolean

    Boolean


OnPostDataItemCustomer_ManageEnumProcType

local procedure OnPostDataItemCustomer_ManageEnumProcType(EnumProcType: Enum "EOS AdvCustVendStat BatchProcType"; var Handled: Boolean)

Event exexuted in the onPostDataItem of the Customer data item. There is possible to execute functions at the end of the run of the data item. Set Handled a true to disable the handling of EnumProcessType bt the default code.

Parameters / Return Value

  • EnumProcType Enum "EOS AdvCustVendStat BatchProcType"

    Enum “EOS AdvCustVendStat BatchProcType”

  • Handled Boolean

    Boolean


OnPostReport_OnBeforeManageEnumProcType

local procedure OnPostReport_OnBeforeManageEnumProcType(EnumProcType: Enum "EOS AdvCustVendStat BatchProcType"; var Handled: Boolean)

Event execute OnPostReport before the standard management of Enum “EOS AdvCustVendStat BatchProcType” There is possibile to execute something at the end of the report.

Parameters / Return Value

  • EnumProcType Enum "EOS AdvCustVendStat BatchProcType"

    Enum “EOS AdvCustVendStat BatchProcType”

  • Handled Boolean

    Boolean


OnUpdateRequestPage

local procedure OnUpdateRequestPage(EnumProcType: Enum "EOS AdvCustVendStat BatchProcType"; var ReportSetupEnabled: Boolean)

Event to edit the ReqestPage based on Enum “EOS AdvCustVendStat BatchProcType”

Parameters / Return Value

  • EnumProcType Enum "EOS AdvCustVendStat BatchProcType"

    Enum “EOS AdvCustVendStat BatchProcType”

  • ReportSetupEnabled Boolean

    Boolean


onBeforeCreateLineAging

local procedure onBeforeCreateLineAging(Customer: Record Customer; SingleCustomer: Boolean; EnumProcType: Enum "EOS AdvCustVendStat BatchProcType"; var handled: Boolean)

Event raised before the creation of line aging report

Parameters / Return Value

  • Customer Record "Customer"

  • SingleCustomer Boolean

  • EnumProcType Enum "EOS AdvCustVendStat BatchProcType"

  • handled Boolean


OnBeforeCreateColumnAging

local procedure OnBeforeCreateColumnAging(Customer: Record Customer; EnumProcType: Enum "EOS AdvCustVendStat BatchProcType"; var handled: Boolean)

Parameters / Return Value

  • Customer Record "Customer"

  • EnumProcType Enum "EOS AdvCustVendStat BatchProcType"

  • handled Boolean


onBeforeCreateStatement

local procedure onBeforeCreateStatement(Customer: Record Customer; EnumProcType: Enum "EOS AdvCustVendStat BatchProcType"; var handled: Boolean)

Parameters / Return Value

  • Customer Record "Customer"

  • EnumProcType Enum "EOS AdvCustVendStat BatchProcType"

  • handled Boolean


OnBeforeProcessCustomer

local procedure OnBeforeProcessCustomer(Customer: Record Customer; var ZipArchive: Codeunit "Data Compression"; EnumProcType: Enum "EOS AdvCustVendStat BatchProcType"; var Handled: Boolean)

Event executed before the beginning of processing of the customer, this allows to manage procedures run for each Customer.

Parameters / Return Value

  • Customer Record "Customer"

    Record Customer

  • ZipArchive Codeunit "Data Compression"

    Codeunit “Data Compression”

  • EnumProcType Enum "EOS AdvCustVendStat BatchProcType"

    Enum “EOS AdvCustVendStat BatchProcType”

  • Handled Boolean

    Allows you to skip the processing of this customer



EOS Labs -