/
File Name Format

Object Manager

File Name Format

The Object Manager interacts with files a lot. By default the files are created with the following filename format:

60_file-name-format.png

In the setup you can enter an Object File Name Format with the following examples.

61_setup-file-name.png

Examples

<TypeNumber>-<Type>-<Number> <Name>.<ext>

5-Codeunit-45 AutoFormatManagement.txt

<TYPE,3><Number>.<EXT>

COD45.TXT

<TypeNumber,-3>-<Number,-10>.<ext>

005-0000000045.txt

<NameWithoutPrefix,Stripped>.<Type>.al

http://ItemCardForecastExtension.Page.al

<Types>\<Number> <Name>.al

Codeunits\1854 Item Card Forecast Extension.al

The following tables list the predefined formats for each object property.

<TypeNumber>

5

<Number>

45

<Type>

Codeunit

<type>

codeunit

<TYPE>

CODEUNIT

<Type,3>

Cod

<Types>

Codeunits

<Name>

AutoFormatManagement

<name>

autoformatmanagement

<NAME>

AUTOFORMATMANAGEMENT

<Name,4>

Auto

<NameWithoutPrefix,Stripped>

AutoFormatManagement

<ext>

txt

<EXT>

TXT

<ext,0,editor=nav>

nav

Related content

IDYN 2024