 | IInventoryStockDocumentEntityUseAdjustedLimitDate Property |
Gets or sets whether must use adjusted limit date to remove outdated items
(Utiliser la date limite de sortie du stock)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.StockDocument
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> UseAdjustedLimitDate { get; set; }
Property UseAdjustedLimitDate As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the UseAdjustedLimitDate (Utiliser la date limite de sortie du stock) column of the StockDocument (Document de stock) table.
See Also