Table of Contents

Codeunit "ForNAV Get Local File"

ID 6188559

Methods

FillLocalFiles

Gets the local file from the table filters.: The LocalFile needs to have a filter for Alias and for Filename. It will attempt to get the local file based on these two variables

procedure FillLocalFiles(var LocalFile: Record "ForNAV Local File"; SourceRec: Variant)

Parameters

Name Type Description
LocalFile Table "ForNAV Local File"

Repeater Line temporary table.

SourceRec Variant

The parent table. Used to determine item tracking entries.

Events

OnBeforeFillLocalFiles

[IntegrationEvent(False,False)]
procedure OnBeforeFillLocalFiles(var LocalFile: Record "ForNAV Local File"; SourceRec: Variant; var Handled: Boolean)

Parameters

Name Type Description
LocalFile Table "ForNAV Local File"
SourceRec Variant
Handled Boolean

See also