Click or drag to resize

SerialNumberConstraintM, DEnforceSerialization Property

Gets a value indicating whether to enforce the serialization.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool EnforceSerialization { get; }

Property Value

Type: Boolean
true to enforce the serialization; otherwise, false.
Remarks
Enforce serialization is used for documents like StoreTransaction, for which the serialization should be strongly enforced. In this mode, when the document line references a product, marked with IsSerialized == true, the serial number is strictly required.
See Also