ProductLotsIssue Property |
Determines the method by which the lots are automatically issued. The method determines the sequence of the lots: in the order of receipt (FIFO), in the order inverse of receipt (LIFO) or in the order of expiration (FEFO).
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<ProductsRepositoryLotsIssue> LotsIssue { get; set; }
Public Property LotsIssue As Nullable(Of ProductsRepositoryLotsIssue)
Get
Set
public:
property Nullable<ProductsRepositoryLotsIssue^>^ LotsIssue {
Nullable<ProductsRepositoryLotsIssue^>^ get ();
void set (Nullable<ProductsRepositoryLotsIssue^>^ value);
}
member LotsIssue : Nullable<ProductsRepositoryLotsIssue> with get, set
Property Value
Type:
NullableProductsRepositoryLotsIssue
See Also