Table of Contents

OnBeforeInsertIQGenJnlLine Event

Codeunit IQ Import Gen. Jnl.

Raised after the Import Line is populated, but before it is inserted.

Signature

[IntegrationEvent(false, false)]
OnBeforeInsertIQGenJnlLine(IQ: Record "QWESR Integration Queue"; IQJnlImportSetup: Record "QWESR IQ Jnl. Import Setup"; FileSettings: Record "QWETB File Settings"; var IQGenJnlLine: Record "QWESR IQ Gen. Jnl. Line"; var FileImporter: Codeunit "QWETB File Importer"; LineNo: Integer)

Parameters

IQ Record "QWESR Integration Queue"

The Integration Queue entry that is being processed.

IQJnlImportSetup Record "QWESR IQ Jnl. Import Setup"

The settings related to this integration.

FileSettings Record "QWETB File Settings"

The file settings related to this integration.

var IQGenJnlLine Record "QWESR IQ Gen. Jnl. Line"

The record that is imported and is about to be inserted.

var FileImporter Codeunit "QWETB File Importer"

A reference to the File Importer codeunit from where you kan get the current line.

LineNo Integer

The line number in the imported text file.

This documentation is generated from Spider v27.2