ItemServicesSpliceItem Method |
Merges two
Items of the same part number and classification together into a FIFO chain.
Namespace:
FactoryLogix.xTend.Logistics
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Item SpliceItem(
Guid sessionId,
Guid leadingItemId,
Guid extensionItemId
)
Public Function SpliceItem (
sessionId As Guid,
leadingItemId As Guid,
extensionItemId As Guid
) As Item
public:
virtual Item^ SpliceItem(
Guid sessionId,
Guid leadingItemId,
Guid extensionItemId
) sealed
abstract SpliceItem :
sessionId : Guid *
leadingItemId : Guid *
extensionItemId : Guid -> Item
override SpliceItem :
sessionId : Guid *
leadingItemId : Guid *
extensionItemId : Guid -> Item
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - leadingItemId
- Type: SystemGuid
An Item object representing the leading item of the FIFO chain. - extensionItemId
- Type: SystemGuid
An Item object representing the trailing or extension item of the FIFO chain.
Return Value
Type:
ItemAn
Item object corresponding to the leadingItemId parameter, with the newly spliced extension
Item attached.
Exceptions See Also