Table of Contents

OnBeforeInsertIQFAJnlLine Event

Codeunit IQ Import FA Jnl.

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

Signature

[IntegrationEvent(false, false)]
OnBeforeInsertIQFAJnlLine(IQ: Record "QWESR Integration Queue"; IQJnlImportSetup: Record "QWESR IQ Jnl. Import Setup"; FileSettings: Record "QWETB File Settings"; var IQFAJnlLine: Record "QWESR IQ FA 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 IQFAJnlLine Record "QWESR IQ FA 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 can get the current line.

LineNo Integer

The line number in the imported text file.

This documentation is generated from Spider v27.2