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.254.0.0 (8.254.0.0)
Syntaxpublic Item NewItem { get; set; }Public Property NewItem As Item
	Get
	Set
public:
property Item^ NewItem {
	Item^ get ();
	void set (Item^ value);
}member NewItem : Item with get, set
Property Value
Type: 
Item
See Also