In This Topic
Sets the unique item within the Supply Chain ID.
Syntax
var instance = new Vintasoft.Barcode.WebMailmarkCmdmValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_ItemId(value);
function set_ItemId(
: string
) : any;
Parameters
- value
- Unique item within the Supply Chain ID. Supported values: from "00000000" to "99999999".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if value length is not 8. |
Browser Compatibility
See Also