Table of Contents

Report "Export Quadra AECAP"

ID 70345221
Namespace: CapVision.CapBusiness.AccountingExports.Quadra

Properties

Name Value
Caption Export G/L Entries for Quadra
ProcessingOnly True
ApplicationArea #All
UsageCategory Tasks

Methods

SetOutStream

procedure SetOutStream(var NewOStr: OutStream)

Parameters

Name Type Description
NewOStr OutStream

Events

OnBeforeExportLineDescription

[BusinessEvent(False)]
local procedure OnBeforeExportLineDescription(GLEntry: Record "G/L Entry", var LineDescription: Text)

Parameters

Name Type Description
GLEntry Record "G/L Entry"
LineDescription Text

OnBeforeExportDueDateField

[IntegrationEvent(False,False)]
local procedure OnBeforeExportDueDateField(GLEntry: Record "G/L Entry", var DueDateField: Text)

Parameters

Name Type Description
GLEntry Record "G/L Entry"
DueDateField Text

OnBeforeFinishLine

[IntegrationEvent(False,False)]
local procedure OnBeforeFinishLine(GLEntry: Record "G/L Entry", var Stream: OutStream)

Parameters

Name Type Description
GLEntry Record "G/L Entry"
Stream OutStream

See also