Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public Item SpliceItem(
	Guid sessionId,
	Guid leadingItemId,
	Guid extensionItemId
)

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: Item
An Item object corresponding to the leadingItemId parameter, with the newly spliced extension Item attached.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if some of provided parameters is invalid.
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
NotFoundExceptionThrown if an Item matching the leadingItemId or the extensionItemId parameter does not exist.
ItemExceptionThrown if the internal part numbers and classifications of the two items do not match.
See Also