ManufacturingOrderRouteStep


Description

Defines the properties of a manufacturing order route step in Microsoft Dynamics GP.

Properties

Property

Type

Length

Default

Description

ManufacturingOrderDocumentKey

ManufacturingOrderDocumentKey

N/A

N/A

A key that uniquely identifies a manufacturing order document.

RouteSequenceNum

int

N/A

Empty

Specifies the sequence number of this step in the route.

RouteSequenceType

ManufacturingOrderRouteSequenceType

N/A

N/A

ManufacturingOrderRouteSequenceType enumeration value that specifies the route type.

ClosedBy

string

30

Empty

Specifes the person who closed the manufacturing order.

DateClosed

dateTime

N/A

Empty

Specifies the date the manufacturing order closed.

RouteSeqDescription

string

100

Empty

Specifies a description of the route.

ActualFinishDate

dateTime

N/A

Empty

Specifies the date the step completed.

ActualStartDate

dateTime

N/A

Empty

Specifies the date the step started.

ScheduledFinishDate

dateTime

N/A

Empty

Specifies the date the step is schedule to complete.

ScheduledStartDate

dateTime

N/A

Empty

Specifies the date the step is schedule to begin.

WorkCenter

string

10

Empty

Specifies the work center.

VendorKey

VendorKey

N/A

N/A

A key that uniquely identifies a vendor.

VendorName

string

64

Empty

Specifies the name of the vendor.

OperationCode

string

6

Empty

Specifies the operation code associated with the specified work center.

RouteWorkCenter

string

12

Empty

Specifies the ID of the routing work center.

RouteMachineID

string

12

Empty

Specifies the ID of the machine center.

MachineId

string

10

Empty

Specifies the ID of the machine.

SetupTime

decimal

N/A

0

Specifies the setup time for the step.

MachineTime

decimal

N/A

0

Specifies the machine time for the step.

RunTime

decimal

N/A

0

Specifies the run time for the step.

LaborTime

decimal

N/A

0

Specifies the labor time for the step.

QueueTime

decimal

N/A

0

Specifies the queue time for the step.

CycleTime

decimal

N/A

0

Specifies the cycle time for the step.

MoveTime

decimal

N/A

0

Specifies the move time for the step.

MRPAmount

MoneyAmount

N/A

N/A

Specifies the amount used as the origninal issue amount.

LaborCode_1

string

10

Empty

Specifies the labor code for the step.

LaborCode_2

string

10

Empty

Specifies an additional labor code for the step.

NextRouteNumber

string

10

Empty

Specifies the next step to process for the route.

RoutePartNumber

string

10

Empty

Specifies the part number used in parallel routing.

PercentageComplete

int

N/A

0

Specifies the completion percentage for the step.

Quantity

Quantity

N/A

N/A

Specifies the quantity amount.

DrawingNumber

string

30

Emptyh

Specifies the drawing number assocated with the step.

WaitHours

int

N/A

0

Specifies the number of hours spent waiting to process.

IsMultiEmployeeOperation

boolean

N/A

False

Specifies whether the step requires multiple employees.

NumberOfEmployees

int

N/A

0

Specifies the number of employees required.

NumberOfCrews

int

N/A

0

Specifies the number of crews required.

IsLastSequenceofTheDay

boolean

N/A

False

Specifies whether the sequence is the last scheduled for a specified day.

UserDef_1

string

20

Empty

A user-defined field.

UserDef_2

string

20

Empty

A user-defined field.

DateCreated

dateTime

N/A

Empty

Specifies the date the step was created.

LastModifiedDate

dateTime

N/A

N/A

The date the route step was last modified. The value is in Coordinated Universal Time (UTC). This property is read-only.

IsCapacityRequirementsPlanned

boolean

N/A

False

Specifies whether capacity requirements planning applies.

Notes

string

8000

Empty

Specifies additional information associated with the step.

ManufacturingNote

string

8000

Empty

Specifies additional information associated with the maufacturing route.

Pieces

Quantity

N/A

N/A

Specifies the number of pieces created by this step.

Rejects

Quantity

N/A

N/A

Specifies the number of rejects created by this step.

IsAutoBackFlushLabor

boolean

N/A

False

Specifies whether labor costs for the step are backflushed.

IsAutoBackFlushMachine

boolean

N/A

False

Specifies whether machine costs for the step are backflushed.

NumberOfMachines

int

N/A

0

Specifies the number of machines required for the step.

IsQualityAssuranceNeeded

boolean

N/A

False

Specifies whether the step is inspected.

POOffsetDays

int

N/A

N/A

Specifies the number of days that the purchase order for the vendor’s services should be offset from the required date for the items. The default entry is the vendor’s planning lead time for the service item, which is entered in the Item Vendor Maintenance window.

WIPOutputPerMOStartQty

Quantity

N/A

N/A

Specifies the number of items per finished item that are expected from this sequence. This is used to calculate the default WIP values for shipping items to and receiving items from an outsourced vendor.

IsPhantomItem

boolean

N/A

False

Specifies whether the item is classifed as a phantom item.

ServiceItem

ManufacturingOrderServiceItem

N/A

N/A

Provides service item information for the step.

IsDone

boolean

N/A

False

Specifies whether the step is completed.



Documentation Feedback