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.245.0.0 (8.245.0.0)
Syntax public void ShortItem(
Guid sessionId,
Guid transportOrderItemId
)
Public Sub ShortItem (
sessionId As Guid,
transportOrderItemId As Guid
)
public:
virtual void ShortItem(
Guid sessionId,
Guid transportOrderItemId
) sealed
abstract ShortItem :
sessionId : Guid *
transportOrderItemId : Guid -> unit
override ShortItem :
sessionId : Guid *
transportOrderItemId : Guid -> unit
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 See Also