TrackingServicesInitializeProduct Method |
Initializes a new production unit (
Item) into a
Batch.
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Item InitializeProduct(
Guid sessionId,
Guid batchId,
string UID
)
Public Function InitializeProduct (
sessionId As Guid,
batchId As Guid,
UID As String
) As Item
public:
virtual Item^ InitializeProduct(
Guid sessionId,
Guid batchId,
String^ UID
) sealed
abstract InitializeProduct :
sessionId : Guid *
batchId : Guid *
UID : string -> Item
override InitializeProduct :
sessionId : Guid *
batchId : Guid *
UID : string -> Item
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - batchId
- Type: SystemGuid
The 128-bit unique identifier (Id property) of the Batch. - UID
- Type: SystemString
A text-based unique identifier (UID) for the new Item.
Return Value
Type:
ItemAn
Item object representing the newly created item that is now associated with the specified
Batch.
Exceptions See Also