IQ Import FA Jnl.
The public codeunit for the "Import FA Entries" integration type. Contains the Integration Queue Steps and public events.
Object Definition
Object Type | Codeunit |
Object ID | 70314177 |
Object Name | QWESR IQ Import FA Jnl. |
Table No. | QWESR Integration Queue |
Events
Name | Description |
---|---|
OnAfterValidateImportLine(Record "QWESR Integration Queue"; Record "QWESR IQ Jnl. Import Setup"; Record "QWESR IQ FA Jnl. Line") | Raised after the import line is validated. |
OnBeforeInsertIQFAJnlLine(Record "QWESR Integration Queue"; Record "QWESR IQ Jnl. Import Setup"; Record "QWETB File Settings"; Record "QWESR IQ FA Jnl. Line"; Codeunit "QWETB File Importer"; Integer) | Raised after the Import Line is populated, but before it is inserted. |
OnBeforePostFAJournalLine(Record "QWESR Integration Queue"; Record "QWESR IQ Jnl. Import Setup"; Record "QWESR IQ FA Jnl. Line"; Record "FA Journal Line") | Raised after the FA Journal Line is populated, but before being posted. |
Remarks
The "Import FA Entries" integration type imports data from text files into an import table, called "QWESR IQ FA Jnl. Line". This table contains a copy of the fields in the "FA Journal Line" that is supported by this integration. The imported field values are transferred from the imported line to the FA Journal Line by field numbers, in the order that is specified by the integration settings. If a field number exists in the import table, but not in the FA Journal Line, the fields is skipped.
This integration can be extended by adding fields to the "QWESR IQ FA Jnl. Line" table. Add the same fields to the FA Journal Line and handle the customizations in the posting routine, or subscribe to the events in this codeunit to use the data in the imported fields together with custom logic.
This documentation is generated from Spider v27.0