GetItemHistoryByItemMasterId Method
Gets the item history for the specific item master based on history type
Required Permissions
ItemReadSyntax
public Item[] GetItemHistoryByItemMasterId(
System.long itemMasterId,
ItemHistoryTyp historyTyp
)Public Function GetItemHistoryByItemMasterId( _
ByVal itemMasterId As System.Long, _
ByVal historyTyp As ItemHistoryTyp _
) As Item()Parameters
| Name | Description |
|---|---|
| itemMasterId | the master ID of the item to get the history for |
| historyTyp | the type of history to retrieve |
Return Value
array of historical items