Work Order
The Work Order for Scheduling describes a request for the production of a particular Part. The most important properties include Part, Quantity and EndRequestDate.
The ⭐ indicates a required field.
WorkOrderNumber ⭐
text(50)
OrderDate ⭐
date
EndRequestDate ⭐
date
PartNumber ⭐
text(50)
Must match a valid Part Number, Revision and Location in the parts data.
Revision
text(10)
Location
text(32)
A value Location.
RoutingName ⭐
text(50)
The name of a Routing Item set.
WorkOrderQuantity ⭐
decimal
Priority ⭐
integer
A value zero or greater representing the scheduling priority of the Work Order, with zero being the highest priority.
Expedite
One of the Expedite Values
An optional Expedite value, defined below, defaulting to None (0).
SalesOrderNumber
text(50)
LineItem
text(10)
SalesOrderQuantity
decimal
Customer
text(50)
SalesPerson
text(50)
UnitPrice
decimal
Notes
text
ProductionNotes
text
GroupName
text(50)
An optional label used for group scheduling a set of work orders.
GroupResource
text(50)
An optional name of a Resource used for group scheduling a set of work orders.
GroupOrder
short
An optional value to indicate the sequence of this order in the group.
FinalBufferOverride
A value from Final Buffer Constants
Optional value changes the target final buffer when building the rope.
ReplenishmentPriorityLocation
text(32)
An optional named Location to use for the Execution Priority process.
UserDefined1
text(400)
UserDefined2
text(400)
UserDefined3
text(400)
UserDefined4
text(400)
UserDefined5
text(400)
UserDefined6
text(400)
UserDefined7
text(400)
UserDefined8
text(400)
Expedite Value
In addition to controlling scheduling order of Work Orders with a priority, the Scheduler has the ability to adjust scheduling order an Expedite value. Expediting not only places a higher scheduling priority on them, but marks them throughout all reports so they get special attention.
Name
Description
Value
None
There is no special expedite for the work order, no emphasis for special handling, and it is scheduled according to its usual priority.
0
Expedite
This value indicates a work order is to have expedited status, however no change in scheduling occurs; it is primary a visual alert for execution.
1
Drop Buffers
All buffers in the rope, including the constraint buffers, are removed. This means that the order has no time-flex at all to make its due date.
2
Priority Overload
In addition to removing buffers, an order which is a priority overload simply overlays itself in the schedule with no regard to the loading of constrained resources.
3
Final Buffer Value
Shipping
The Shipping Buffer as the final buffer.
0
Completion
The Completion Buffer as the final buffer.
1
Last updated