Report "Export Sage AECAP"
ID 70345222
Namespace: CapVision.CapBusiness.AccountingExports.Sage
Properties
| Name |
Value |
| Caption |
Export G/L Entries for Sage
|
| 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 |
|
OnBeforeExportPaymentMethodField
[IntegrationEvent(False,False)]
local procedure OnBeforeExportPaymentMethodField(GLEntry: Record "G/L Entry", var PaymentMethodField: Text)
Parameters
| Name |
Type |
Description |
|
GLEntry
|
Record "G/L Entry" |
|
|
PaymentMethodField
|
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 |
|
OnBeforeExportSourceNoField
[IntegrationEvent(False,False)]
local procedure OnBeforeExportSourceNoField(GLEntry: Record "G/L Entry", var SourceNoField: Text)
Parameters
| Name |
Type |
Description |
|
GLEntry
|
Record "G/L Entry" |
|
|
SourceNoField
|
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