SalesOrderLinePersistLot Property |
If checked specifies that the lot in the line cannot be changed in the sub-documents created by the current document. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool PersistLot { get; set; }
Public Property PersistLot As Boolean
Get
Set
public:
property bool PersistLot {
bool get ();
void set (bool value);
}
member PersistLot : bool with get, set
Property Value
Type:
Boolean
See Also