Where can I combine this info? so I can quickly search for a location each morning to display all available quantity of items, their bins#, and lot# altogether on one page?
query 59100 "Item Ledger Entry Ziyad"
{
APIGroup = 'ZiyadNJ';
APIPublisher = 'ZiyadNJ';
APIVersion = 'v1.0';
EntityName = 'ItemByLot';
EntitySetName = 'ItemByLot';
QueryType = API;
elements
{
dataitem(ItemLedgerEntry; "Item Ledger Entry")
{
DataItemTableFilter = "Lot No." = filter(<> ''), Open = filter(= true);
filter(Item_NoF; "Item No.")
{ }
filter(Variant_CodeF; "Variant Code")
{ }
filter(Location_CodeF; "Location Code")
{ }
column(Item_No_; "Item No.") { }
column(Location_Code; "Location Code") { }
column(Lot_No; "Lot No.")
{ }
column(Remaining_Quantity_Sum; "Remaining Quantity")
{
ColumnFilter = Remaining_Quantity_Sum = filter(<> 0);
Method = Sum;
}
}
}
}
Lot No. | Expiry Date | Location Code | Bin Code | Qty. (Base) | Type | Country Code |
3AA6575 | 31/05/2026 | ABCXYZ | 2,496. |
Sohail Ahmed
2,655
Mansi Soni
1,574
YUN ZHU
1,453
Super User 2025 Season 1