Click or drag to resize

Batch.ActivationDate Property

An optional Date to automatically activate the Batch for production. Setting this to NULL indicates that the Batch will be activated manually.

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public Nullable<DateTime> ActivationDate { get; set; }

Property Value

Type: Nullable<DateTime>
See Also