ProductTypeLotAutoCreation Property |
If checked specifies that lots are automatically created by the receiving orders with which the products are received. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool LotAutoCreation { get; set; }
Public Property LotAutoCreation As Boolean
Get
Set
public:
property bool LotAutoCreation {
bool get ();
void set (bool value);
}
member LotAutoCreation : bool with get, set
Property Value
Type:
Boolean
See Also