Storage execution attributes available at run time
- Last UpdatedFeb 11, 2025
- 1 minute read
The Storage Execution attributes that are available at run time are described in the following table.
|
Attribute Name |
Description |
Configuration |
Run Time Access |
|---|---|---|---|
|
AutoDeleteZero Inventory |
Deletes a row in the Item_Inv table when the quantity becomes less than or equal to 0. By default, it is False. |
No |
Read-Only |
|
AllowNegative |
Specifies whether the negative quantities can be stored in the inventory. By default, it is False |
No |
Read-Only |
|
AllowMultipleItems |
Specifies whether multiple items can be stored in the storage entity. By default, it is True. |
No |
Read-Only |
|
AllowMultipleLots |
Specifies whether multiple lot numbers can be stored in the entity. By default, it is True. |
No |
Read-Only |
|
AllowDirtyState |
Specifies whether the entity allows dirty state. By default, it is False. |
No |
Read-Only |
|
IndistinguishableLots |
Specifies whether the inventory stored here cannot be separated by lot_no (bulk storage) when consumed, shipped, or transferred out. By default, it is False. |
No |
Read-Only |
|
Movable |
Specifies whether the entity is movable. By default, it is False. |
No |
Read-Only |
|
Location |
Represents the other storage entity that is used only when the storage entity is movable. |
Yes |
Read-Only |
|
MaximumCapacity |
Represents the maximum capacity of this entity. |
Yes |
Read-Only |
|
InitialEntityStatus |
Enumerates the status of the storage. |
Yes |
Read-Only |