Click or drag to resize

TrackedDataItem Class

An abstract base class whose descendants represent data that is tracked against production units, batches, and materials on the shop floor.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public abstract class TrackedDataItem

The TrackedDataItem type exposes the following members.

Properties
  NameDescription
Public propertyId
A unique identifier for this particular batch (corresponds to the primary key in the FactoryLogix database)
Public propertyItemId
The unique identifier of the Item to which this particular data item is related. If null, the TrackedDataItem will be recorded against all Items associated with a particular transaction. If specified, the TrackedDataItem will be recorded only againt the Item specified. The Item must be associated with the transaction, or the method will fail.
Public propertyItemUID
The text-based unique identifier (UID) of the Item to which this particular data item is related. If this is left empty and ItemID is null, the TrackedDataItem will be recorded against all Items associated with a particular transaction. If ItemId is null and this property is specified, the TrackedDataItem will be recorded only againt the Item with matching UID. The Item must be associated with the transaction, or the method will fail.
Public propertyOperator
The user name of the operator who discovered or otherwise acted upon this defect.
Public propertyTimePosted
The date/time when this tracking data item was posted to the system.
Top
See Also