The human-friendly name that operators use to identify this batch within the factory.
For receiving type processes, this will be the goods receipt note number (GRN).
For production processes, this typically lines up with the production order number
from the factory's ERP system.
This property must be populated with a unique value when creating new receiving type batches.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
Property Value
Type:
StringSee Also