ItemServicesUpdateItemPrimaryUID Method |
Updates the primary UID of an
Item, and create a historical record of the event
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 UpdateItemPrimaryUID(
Guid sessionId,
Guid itemId,
string newUID
)
Public Sub UpdateItemPrimaryUID (
sessionId As Guid,
itemId As Guid,
newUID As String
)
public:
virtual void UpdateItemPrimaryUID(
Guid sessionId,
Guid itemId,
String^ newUID
) sealed
abstract UpdateItemPrimaryUID :
sessionId : Guid *
itemId : Guid *
newUID : string -> unit
override UpdateItemPrimaryUID :
sessionId : Guid *
itemId : Guid *
newUID : string -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - itemId
- Type: SystemGuid
The 128-bit unique identifier of the Item (Id property). - newUID
- Type: SystemString
The new text-based unique identifier for the Item (UID).
Exceptions See Also