Click or drag to resize

ReplacementItem Class

An object representing a potential replacement for an item on a TransportOrder that cannot be located by the operator.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsReplacementItem

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class ReplacementItem

The ReplacementItem type exposes the following members.

Constructors
  NameDescription
Public methodReplacementItem
Initializes a new instance of the ReplacementItem class
Top
Properties
  NameDescription
Public propertyItemId
The 128-bit unique identifier of the replacement item.
Public propertyItemQuantity
The quantity of this replacement Item.
Public propertyItemUID
The text-based unique identifier of the replacement item.
Public propertyPartId
The 128-bit unique identifier of the internal part of the replacment item. Corresponds to the Id property of the InternalPart of the item.
Public propertyPartNumber
The internal part number of the replacement item. This could be different than the original part number if a valid alternate exists for the original part.
Public propertyReplacementType
An enumerated valud indicated the type of kind of replacement that this item represents.
Public propertyUnitOfIssue
The name or abbreviation of the Unit that ItemQuantity 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.
Top
See Also