Click or drag to resize

KittingServicesShortItem Method

Marks a single TransportOrderItem as "shorted", meaning that there are no parts available to be picked for the item, and the material requirement will need to be fulfilled at a later time. ///

Namespace:  FactoryLogix.xTend.Logistics
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public void ShortItem(
	Guid sessionId,
	Guid transportOrderItemId
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
transportOrderItemId
Type: SystemGuid
The Id of the TransportOrderItem with which this picking operation is associated.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
NotFoundExceptionThrown if the transportOrderItemId parameter does not correspond to valid TransportOrderItem.
See Also