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