TrackedDataItem Properties |
The TrackedDataItem type exposes the following members.
Name | Description | |
---|---|---|
Id |
A unique identifier for this particular batch (corresponds to the primary key in the FactoryLogix database)
| |
ItemId |
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.
| |
ItemUID |
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.
| |
Operator |
The user name of the operator who discovered or otherwise acted upon this defect.
| |
TimePosted |
The date/time when this tracking data item was posted to the system.
|