BatchServicesDeleteWorkOrder Method |
Deletes a
WorkOrder given its 123-bit unique identifier (Id property).
WorkOrders may not be deleted if there are production units, batches,
or materials associated with them, or if their are any tracking history records
recorded against them.
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 DeleteWorkOrder(
Guid sessionId,
Guid orderId
)
Public Sub DeleteWorkOrder (
sessionId As Guid,
orderId As Guid
)
public:
virtual void DeleteWorkOrder(
Guid sessionId,
Guid orderId
) sealed
abstract DeleteWorkOrder :
sessionId : Guid *
orderId : Guid -> unit
override DeleteWorkOrder :
sessionId : Guid *
orderId : 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).
Exceptions See Also