📚 SAP Business One SDK Help

AlternativeItemsService Object Members
See Also  Overview 

Public Methods

Public Method AddItemAdds an alternative item specified in the data structure OriginalItem (ItemCode and ItemName).
Public Method DeleteItemDeletes the alternative item specified in data structure OriginalItemParams (ItemCode and ItemName).
Public Method GetDataInterfaceCreates empty data structure. This means the structure contains
the default setting/values of the database.
Public Method GetDataInterfaceFromXMLFileCreates data structure from specified XML file.
Public Method GetDataInterfaceFromXMLStringCreates data structure from specified XML string.
Public Method GetItemReturns an instance of the data structure OriginalItem.
Public Method UpdateItemReplaces an alternative item with the specified OriginalItem data structure.

See Also