ItemServicesRemoveItemFromStockByUID Method |
Removes the specified
Item from its present location. If the
Item was
not previously located at known location, the method will not make any changes.
Namespace:
FactoryLogix.xTend.Logistics
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void RemoveItemFromStockByUID(
Guid sessionId,
string itemUID
)
Public Sub RemoveItemFromStockByUID (
sessionId As Guid,
itemUID As String
)
public:
virtual void RemoveItemFromStockByUID(
Guid sessionId,
String^ itemUID
) sealed
abstract RemoveItemFromStockByUID :
sessionId : Guid *
itemUID : string -> unit
override RemoveItemFromStockByUID :
sessionId : Guid *
itemUID : string -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - itemUID
- Type: SystemString
The UID (barcode) of the Item to be processed
Exceptions See Also