| SystemSerialNumber Property | |
| See Also |
Sets or returns the successive numerator starting from1 issued for each item with serial numbers management. This numerator progresses according to the creation of new units of the same sort (for the same item).
This property is mandatory when using Serial Numbers for outgoing documents.
Field name: SysSerial.
This is a foreign key to the SerialNumbers object.
Read-write property
| Visual Basic |
|---|
Public Property SystemSerialNumber() As Long |
Using System Serial Number
- This property is mandatory when using existing serial numbers through the DI API.
- When you set this property it means that you want to use an existing serial number. If the system serial number does not exist, any action will fail.
- When you do not set this properyt (empty) it means that you want to create a new serial number.
-
You cannot provide a system number of your choice to create a new serial number.Â