Click or drag to resize

TrackedDataItemItemId Property

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.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public Nullable<Guid> ItemId { get; set; }

Property Value

Type: NullableGuid
See Also