PopupReceiveInventory Method
- Last UpdatedNov 06, 2025
- 1 minute read
The PopupReceiveInventory() method poopens the dialog for receiving inventory at an entity.
public static bool PopupReceiveInventory(
int entID,
string itemID,
string lot,
object gradeCd,
object statusCd,
object expiry
)
Parameters
- entID
Required. Holds the ID of the entity at which the inventory is being received.
- itemID
Required. Holds the ID of the item being received. May be null if no default is desired.
- lot
Required. Holds the lot of the item being received. May be null if no default is desired.
- gradeCd
Optional. Holds the grade code of the item being received. May be null if no default is desired.
- statusCd
Optional. Holds the status of the item being received. May be null if no default is desired.
- expiry
Optional. Holds the expiry date and time of the item being received in the local time of the storage entity. May be null if no default is desired.
Return Value
Returns true if an item is received or false if the dialog is cancelled.