Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.53 KB

File metadata and controls

37 lines (28 loc) · 1.53 KB
title description ms.author ms.date ms.topic author ms.reviewer
ProductName Data Type
An application can have a full name, marketing name, and short name.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

ProductName Data Type

Version: Available or changed with runtime version 1.0.

An application can have a full name, marketing name, and short name. The PRODUCTNAME functions enable you to retrieve these name variations.

Static methods

The following methods are available on the ProductName data type.

Method name Description
Full() FULL returns a text string that contains the application's full name.
Marketing() MARKETING returns a text string that contains the application's marketing name.
Short() SHORT returns a text string that contains the application's short name.

Remarks

You define the different name variations for an application in the navsettings.json configuration file. For more information, see Configuring Business Central Web Server Instances.

See Also

Get Started with AL
Developing Extensions