CommitItemNumbers Method
Commits the specified Item Number changes to Items
Syntax
public void CommitItemNumbers(
System.long[] itemMasterIds,
System.string[] itemNumbers
)Public Sub CommitItemNumbers( _
ByVal itemMasterIds() As System.Long, _
ByVal itemNumbers() As System.String _
) Parameters
| Name | Description |
|---|---|
| itemMasterIds | The master ids of the items to update the numbers of |
| itemNumbers | The new item numbers for each item |
Remarks
Item must be already locked (in edit mode) by this user in order to call this method