OrderLineItem Class |
Namespace: FactoryLogix.xTend.DataObjects
The OrderLineItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | OrderLineItem | Initializes a new instance of the OrderLineItem class |
Name | Description | |
---|---|---|
![]() | Comments |
A human-friendly summary of the nature of the part that was ordered.
|
![]() | ExpectedDate |
The date/time that the order item is expected to be fulfilled.
|
![]() | Id |
A unique identifier for this particular order line item (corresponds to the primary key in the FactoryLogix database)
|
![]() | LineItem |
Line item of the work order item
|
![]() | OrderedQuantity |
The total quantity of the part that was ordered.
|
![]() | PartId |
The 128-bit unique identifier of the InternalPart associated with this order line item.
If this property is populated with a value other than null or Guid.Empty, the PartNumber and PartRevision
properties will be ignored during order line item creation or updates.
|
![]() | PartNumber |
The human-friendly name that operators use to identify this order within the factory.
This is also known as the "order number" in many environments.
|
![]() | PartRevision |
The human-friendly name that operators use to identify this order within the factory.
This is also known as the "order number" in many environments.
|
![]() | UnitOfIssue |
The name or abbreviation of the Unit that OrderedQuantity is measured in.
The string value of this property must align with one of the pre-configured unit names
assigned to this attribute via the unit of measure property in the FactoryLogix configuration.
|