Table of Contents

OnBeforePostGenJournalLine Event

Codeunit IQ Import Gen. Jnl.

This event is triggered for Integration Type "Import G/L Entries", and raised after the General Journal Line is populated, but before being posted. GenJournalLine is populated with data from IQGenJnlLine.

Signature

[IntegrationEvent(false, false)]
OnBeforePostGenJournalLine(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 posted.

This documentation is generated from Spider v27.2