Show / Hide Table of Contents

    OnBeforePostFAJournalLine Event

    Codeunit IQ Import FA Jnl.

    Raised after the FA Journal Line is populated, but before being posted. FAJournalLine is populated with data from IQFAJnlLine.

    Signature

    [IntegrationEvent(false, false)]
    OnBeforePostFAJournalLine(IQ: Record "QWESR Integration Queue"; IQJnlImportSetup: Record "QWESR IQ Jnl. Import Setup"; var IQFAJnlLine: Record "QWESR IQ FA Jnl. Line"; var FAJournalLine: Record "FA 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 IQFAJnlLine Record "QWESR IQ FA Jnl. Line"

    The line with the imported data.

    var FAJournalLine Record "FA Journal Line"

    The FA Journal Line that will be posted.

    This documentation is generated from Spider v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX