BatchServicesRemoveBatchFromOrder Method |
Disassociates an existing
Batch from an existing
WorkOrder.
If the specified
Batch is not currently associated with the specified
WorkOrder,
no changes will be made, and no exceptions are thrown.
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void RemoveBatchFromOrder(
Guid sessionId,
Guid orderId,
Guid batchId
)
Public Sub RemoveBatchFromOrder (
sessionId As Guid,
orderId As Guid,
batchId As Guid
)
public:
virtual void RemoveBatchFromOrder(
Guid sessionId,
Guid orderId,
Guid batchId
) sealed
abstract RemoveBatchFromOrder :
sessionId : Guid *
orderId : Guid *
batchId : Guid -> unit
override RemoveBatchFromOrder :
sessionId : Guid *
orderId : Guid *
batchId : Guid -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - orderId
- Type: SystemGuid
The 128-bit unique identifier of the WorkOrder (Id property) from which the Batch should be removed. - batchId
- Type: SystemGuid
The 128-bit unique identifier of the Batch (Id property) to be removed.
Exceptions See Also