Click or drag to resize

RecordedMaterialNewItem Property

An Item object representing the raw materisl to be recorded against a parent transaction. If ItemId is null, this property will be used to locate a pre-existing material instance with matching UID, Classification, PartNumber, and PartRevision. If a matching item is not found, the system will automatically create a new Item for the material (as long as UID uniqueness is satisfied).

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public Item NewItem { get; set; }

Property Value

Type: Item
See Also