GetNextItemPref Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetNextItemPref() method determines the next available item preference number for the specified item.
'Usage
Dim itemId As String
Dim value As DataSet
value = ItemProcessLink.GetNextItemPref(itemId)
Parameters
- itemId
Required. Holds the ID of the item whose next available item preference number is to be obtained.
Return Value
Returns a DataSet that contains a DataRow with the next available item preference number for the specified item.