Click or drag to resize

RecordedMaterial.ItemId Property

The Id of the Item representing the raw material to be recorded against a parent transaction. If the material is not known to pre-exist in the system, this property should be left "null", and the NewItem property used instead to create a new Item. If this property is set to a non-null value, the NewItem property may be left as null.

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

Property Value

Type: Nullable<Guid>
See Also