ProductGroupUseLots Property |
Specifies whether for the products from this group and its sub-groups the use of lots in store documents is required or is unallowed or is allowed while not required.
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<ProductGroupsRepositoryUseLots> UseLots { get; set; }
Public Property UseLots As Nullable(Of ProductGroupsRepositoryUseLots)
Get
Set
public:
property Nullable<ProductGroupsRepositoryUseLots^>^ UseLots {
Nullable<ProductGroupsRepositoryUseLots^>^ get ();
void set (Nullable<ProductGroupsRepositoryUseLots^>^ value);
}
member UseLots : Nullable<ProductGroupsRepositoryUseLots> with get, set
Property Value
Type:
NullableProductGroupsRepositoryUseLots
See Also