Gets a string that contains the serial number of the license file for your Microsoft Dynamics NAV system.
| String := SERIALNUMBER; | 
 Property Value/Return Value
Property Value/Return Value
Type: Text or Code
This string contains the serial number.
 Example
Example
This example requires that you create the following text constants and variables in the C/AL Globals window.
| Text constant name | ENU value | 
|---|---|
| Text000 | The serial number for this software package is:\%1 | 
| Name | DataType | Length | 
|---|---|---|
| SN | Text | 30 | 
|  Copy Code | |
|---|---|
| SN := SERIALNUMBER; MESSAGE(Text000, SN); | |
The output of this example is as follows:
The serial number for this software package is:
W1-ZA-002-6R75A-7
|  Note | 
|---|
| The serial number depends on your licensed version of Microsoft Dynamics NAV. The serial number shown here is an example. | 





