Batch Properties |
The Batch type exposes the following members.
Name | Description | |
---|---|---|
ActivationDate |
An optional Date to automatically activate the Batch for production.
Setting this to NULL indicates that the Batch will be activated manually.
| |
AssemblyConfigurationOptionId |
For configure to order (CTO) production batches, the 128-bit unique identifier of the
Configuration Option associated with this batch.
| |
AssemblyId |
The 128=bit identifier of the assembly type InternalPart associated to
the Process that is associated to this Batch when then the batch is a
production type.
| |
AssemblyName |
The string-based name of the assembly type InternalPart associated to
the Process that is associated to this Batch when then the batch is a
production type.
| |
AssemblyVariantId |
For configure to order (CTO) production batches, the 128-bit unique identifier of the
InternalPart variant associated with this batch.
| |
BarcodeTemplate |
The name of the FactoryLogix barcode template that will be used to validate production unit barcodes
(unit UID's) during initialization. For panelized PCB (printed circuit board) type assemblies, this
will be the template used to validate the image (circuit) barcode.
This is an optional field, and may be blank.
| |
BatchFileItems |
A List to return the BatchFileItems saved to the batch
| |
BatchType |
An enumerated value indicated the type of kind of this batch.
| |
ContractNumber |
An optional contract number.
| |
CreatedDate |
The date/time when this batch was created in the system.
| |
CustomerName |
The string-based name of the Customer associated to this batch.
| |
DeliveryNote |
An optional delivery note
| |
DeliveryNoteDate |
An optional delivery note date
| |
DeliveryNoteLineItem |
An optional delivery note line item
| |
Description |
A human-friendly summary of the nature of this batch.
| |
EffectiveOptionCodes |
For configure to order (CTO) production batches, a list of the product option codes
associated with this batch.
| |
EndingSerialNumber |
Used for production batches where units will be assigned unique serial numbers (UID's), and those ID's
will conform to a sequential range. In this case, this property represents the last serial number of the batch.
This is an optional field, and may be blank.
| |
FulfillmentDate |
An optional Date to get or set the date the batch is expected to finish production.
Setting this to NULL indicates that the Batch will be activated manually.
| |
Id |
A unique identifier for this particular batch (corresponds to the primary key in the FactoryLogix database)
| |
IsPanelized |
A boolean value indicating whether or not the assembly associated with this batch is a panelized
printed circuit board (PCB).
| |
Lot |
The lot code assigned to this batch.
| |
Name |
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.
| |
OptionCodes |
For configure to order (CTO) production batches, a list of the product option codes
associated with this batch.
| |
PanelBarcodeTemplate |
For panelized PCB (printed circuit board) type assemblies, the name of the FactoryLogix barcode template
that will be used to validate the "panel" barcode (panel UID) during initialization.
This is an optional field, and may be blank.
| |
PlanningStatus |
The current state of the batch with regards to production planning (materials planning and/or scheduling).
| |
Priority |
The priority of the batch as compared to other batches.
| |
PriorityCategoryID |
A unique identifier for this particular PriorityCategory (corresponds to the primary key in the PriorityCategories table)
| |
ProcessId | ||
ProcessName |
The string-based name of the Process associated to this batch.
| |
Quantity |
The quantity of production units to be built in association with this batch (for production type batches).
| |
QuantityVerificationMode |
An enumerated value indicating how quantities should be managed for this batch.
FactoryLogix can optionally prevent operators from initializing too many production units
into a batch.
| |
ReceivingPartId |
For receiving type batches (BatchType == BatchType.Receiving), the 128-bit unique identifier of the
InternalPart associated with the batch.
When creating new batches, this property must contain a valid InternalPart Id corresponding
to the internal part number of the part being received.
| |
ReceivingPartNumber |
For receiving type batches (BatchType == BatchType.Receiving), the internal part number of the part being received.
| |
ReceivingPartRevision |
For receiving type batches (BatchType == BatchType.Receiving), the internal part revision of the part being received.
| |
ReceivingVendorId |
For receiving type batches (BatchType == BatchType.Receiving), the 128-bit unique identifier of the
Vendor associated with the batch.
| |
ResponsibleUsers |
A list of the users or user groups that have been assigned as having primary responsibility over
this batch.
| |
Sequence |
An optional sequence
| |
StartingSerialNumber |
Used for production batches where units will be assigned unique serial numbers (UID's), and those ID's
will conform to a sequential range. In this case, this property represents the first serial number of the batch.
This is an optional field, and may be blank.
| |
Status |
The current status of the batch.
| |
UnitOfIssue |
The name or abbreviation of the Unit that Quantity is measured in.
The string value of this property must align with one of the pre-configured unit names
assigned to this attribute via the unit of measure property in the FactoryLogix configuration.
| |
WorkOrderId |
The Id of WorkOrder with which this batch is associated.
| |
WorkOrderNumber |
The Work Order Number for this batch, if it is associated with a work order.
|