createSerializedGDTI
Implementations
Microsoft Excel: AIDCT.GS1.createSerializedGDTI(prefixDefinition, value, serialComponent, sparse)
Google Sheets: Google Sheets: aidctGS1CreateSerializedGDTI(prefixDefinition, value, serialComponent, sparse)
Create a serialized GDTI.
This function returns a matrix of values of the same shape and size as the serialComponent parameter.
Parameters
| Name | Type | Description |
|---|---|---|
| prefixDefinition* | Any | Prefix definition, either a simple GS1 Company Prefix (as a string) or the result of a call to definePrefix. Only prefix types 0 (GS1 Company Prefix) and 1 (U.P.C. Company Prefix) are supported. |
| value | Number | Value to transform. |
| serialComponent** | String | Serial component. |
| sparse | Boolean | If true, value is mapped to a sparse sequence resistant to discovery. |
Parameters in italics are optional.
* This parameter accepts a single value or an array of values.
** This parameter accepts a single value, an array of values, or a matrix of values.