Table of Contents

OnBeforeInsertGenJournalLine Event

Codeunit IQ Import Gen. Jnl.

This event is triggered for Integration Type "Import to General Journal", and raised after the General Journal Line is populated, but before being inserted to a journal. GenJournalLine is populated with data from IQGenJnlLine.

Signature

[IntegrationEvent(false, false)]
OnBeforeInsertGenJournalLine(IQ: Record "QWESR Integration Queue"; IQJnlImportSetup: Record "QWESR IQ Jnl. Import Setup"; var IQGenJnlLine: Record "QWESR IQ Gen. Jnl. Line"; var GenJournalLine: Record "Gen. Journal Line")

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.

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

The line with the imported data.

var GenJournalLine Record "Gen. Journal Line"

The General Journal line that will be inserted into the journal.

This documentation is generated from Spider v27.2