Click or drag to resize

BatchFieldNames Enumeration

An enumeration describing the fields that may be searched for or sorted by during Batch related searches

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public enum BatchFieldNames
Members
  Member nameValueDescription
BatchName1 Search or sort by Batch name.
BatchId2 Search or sort by Batch Id.
Description3 Search or sort by batch description.
Status4 Search or sort by batch status (BatchStatus).
BatchType5 Search or sort by batch type or kind (BatchType).
Priority6 Search or sort by batch priority (BatchPriority).
See Also