IndistinguishableLots Property
- Last UpdatedNov 06, 2025
- 1 minute read
The IndistinguishableLots property contains a flag that indicates whether inventory stored in this entity cannot be separated by lot number when consumed, shipped, or transferred out.
'Declaration
<FactMES.API.Common.DBNameAttribute("indistinguishable_lots")>
Public Property IndistinguishableLots As Boolean
'Usage
Dim instance As StorageExec
Dim value As Boolean
instance.IndistinguishableLots = value
value = instance.IndistinguishableLots
[FactMES.API.Common.DBName("indistinguishable_lots")]
public bool IndistinguishableLots {get; set;}