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
Syntaxpublic bool EnforceSerialization { get; }
Public ReadOnly Property EnforceSerialization As Boolean
Get
public:
property bool EnforceSerialization {
bool get ();
}
member EnforceSerialization : bool with get
Property Value
Type:
Booleantrue 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