ItemServicesMoveItemByUID Method |
Relocates the specified
Item to a new location. If the
Item was
previously located at a different location, it will be removed from that location.
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 MoveItemByUID(
Guid sessionId,
string itemUID,
string locationCode
)
Public Sub MoveItemByUID (
sessionId As Guid,
itemUID As String,
locationCode As String
)
public:
virtual void MoveItemByUID(
Guid sessionId,
String^ itemUID,
String^ locationCode
) sealed
abstract MoveItemByUID :
sessionId : Guid *
itemUID : string *
locationCode : string -> unit
override MoveItemByUID :
sessionId : Guid *
itemUID : string *
locationCode : 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 - locationCode
- Type: SystemString
The new stock location code (destination) for the Item.
Exceptions See Also