Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.31 KB

system-importobjects-method.md

File metadata and controls

42 lines (35 loc) · 1.31 KB
title description ms.author ms.date ms.topic author ms.reviewer
System.ImportObjects(Text [, Integer]) Method
Imports application objects from a file.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

System.ImportObjects(Text [, Integer]) Method

Version: Available or changed with runtime version 1.0 until version 1.0 where it was deprecated.

Imports application objects from a file.

Note

This method is supported only in Business Central on-premises.

Syntax

 System.ImportObjects(FileName: Text [, Format: Integer])

Note

This method can be invoked without specifying the data type name.

Parameters

FileName
 Type: Text
The path of the file from which the objects will be imported.

[Optional] Format
 Type: Integer
The format in which the objects are represented in the file.

See Also

System Data Type
Get Started with AL
Developing Extensions