Report 18122111 EOS050 ECS Schedule

Report 18122111 EOS050 ECS Schedule

LanguageCaption
da-DKGeplante Verfahren (ECS)
de-DEGeplante Verfahren (ECS)
es-ESProcedimientos programados (ECS)
fr-FRProcédures programmées (ECS)
en-USScheduled Procedures (ECS)
it-ITProcedure Programmate (ECS)
nl-NLGeplande procedures (ECS)

Events

OnBeforeGetECSSetup

local procedure OnBeforeGetECSSetup(ECSSetup: Record "EOS Ext. Combine Ship. Setup"; var IsHandled: Boolean)

Event raised before getting the ECS setup in the scheduling.

Parameters / Return Value

  • ECSSetup Record "EOS Ext. Combine Ship. Setup"

    The ECS Setup

  • IsHandled Boolean

    IsHandled parameter


OnBeforeCustomerApplyFilters

local procedure OnBeforeCustomerApplyFilters(ECSSetup: Record "EOS Ext. Combine Ship. Setup"; var ParCustomer: Record Customer; var IsHandled: Boolean; InvocingSession: Record "EOS050 Invoicing Session")

Event raised before applying the filters to the customer view.

Parameters / Return Value

  • ECSSetup Record "EOS Ext. Combine Ship. Setup"

    The ECS Setup

  • ParCustomer Record "Customer"

    The Customer

  • IsHandled Boolean

    IsHandled parameter, allows to skip the setView on parCustomer.

  • InvocingSession Record "EOS050 Invoicing Session"

    The current invoicing session, allows to get stored data


OnBeforeSetParameters

procedure OnBeforeSetParameters(var RefDate: Date; var DefPostingDate: Date; var DefOperationOccuredDate: Date; var CopyTextLines: Boolean)

Event raised before setting the parameters to the TryECSInterfaces codeunit. Allows to edit standard request page fields values.

Parameters / Return Value

  • RefDate Date

    Reference Date

  • DefPostingDate Date

    Default Posting Date

  • DefOperationOccuredDate Date

    Default Operation occurred date

  • CopyTextLines Boolean

    CopyTextLines



EOS Labs -