Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Gets a string that contains the serial number of the license file for your Dynamics NAV system.
Syntax
String := SERIALNUMBER;
Property Value/Return Value
Type: Text or Code
This string contains the serial number.
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 |
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 Dynamics NAV. The serial number shown here is an example.