Bulk Bin Assignment
Assign bins to multiple products at once. Select several products and assign bins with volume in a single operation.
Assign Bins is a bulk editing tool that allows you to assign bins to products during the receiving and replenishment process. From this view, you can assign bins to multiple products from a replenishment request at once, update product weights, and manage inventory assignment efficiently.
This functionality is especially useful when you receive large quantities of inventory and need to assign bins quickly without having to process each product individually.
Assign bins to multiple products at once. Select several products and assign bins with volume in a single operation.
Update or insert product weights in bulk. Keep weight information updated for accurate shipping calculations.
View all existing bins for each product with their volumes. Understand where each product is stored before assigning new bins.
The system automatically validates bin format and ensures assigned bins are valid before saving.
Search products by SKU, UPC, or description. Filter the list to quickly find the products you need to process.
Export the product list to CSV for external analysis or receiving process documentation.
Open a Replenishment Request
Navigate to Receiving and open a specific replenishment request you want to process.
Access Assign Bins
From the Receiving Details view, look for the option to access “Edit in bulk” or navigate directly to /AssignBinlist.php?RequestID=[ID] where [ID] is the replenishment request ID.
Verify your permissions
Make sure you have AssignBin level permissions with listing capability (CanList). If you don’t have permissions, you’ll be redirected to login.
The page automatically displays all products from the selected replenishment request in a table with the following columns:
BIN[v: volume])Use the search field
At the top of the page, you’ll find a basic search field.
Enter your search term
Type the SKU, UPC, or product description you’re looking for. The search looks for partial matches.
Select the search type
Choose between:
Click Search
The list will automatically filter showing only products that match your search.
Clear search
Click “Show all” to view all products again.
Select products
Check the boxes for products you want to assign bins to. You can select multiple products.
Select all (optional)
Use the “Select All” checkbox in the bin assignment column to select all visible products on the current page.
Click Assign new BIN
Click the “Assign new BIN” button located at the top of the table.
Enter the initial bin
A dialog box will open asking for the “Initial BIN: format”. Enter the name of the first bin you want to assign. The system will validate the bin format.
Enter the volume
Another dialog box will open asking for the bin volume. Enter a numeric value greater than or equal to 0.2.
Confirm the assignment
The system will process the assignment:
Verify results
You’ll see a confirmation message indicating the assignment result. Assigned bins will appear in the “Bin” column of each product.
Select products
Check the boxes for products whose weight you want to update. You can select multiple products.
Select all (optional)
Use the “Select All” checkbox in the bin assignment column to select all visible products.
Click Update Weights
Click the “Update Weights” button located at the top of the table.
Enter the new weight
A dialog box will open asking for the weight. Enter a numeric value greater than or equal to 0.2.
Confirm the update
The system will update the weight of all selected products in both the products and requestdetail tables.
Verify changes
You’ll see a confirmation message and updated weights will appear in the “Weight” column of each product.
Identify products without weight
Look for products where the “Weight” column is empty or shows 0 or 0.00. These products will show an additional checkbox in the “Insert Weights” column.
Select products
Check the boxes in the “Insert Weights” column for products that don’t have weight.
Select all (optional)
Use the “Select All” checkbox in the “Insert Weights” column to select all visible products without weight.
Click Insert Weights
Click the “Insert Weights” button located at the top of the table.
Enter the weight
A dialog box will open asking for the weight. Enter a numeric value greater than or equal to 0.
Confirm the insertion
The system will insert the weight for all selected products in both the products and requestdetail tables.
Verify changes
You’ll see a confirmation message and weights will appear in the “Weight” column of each product.
The “Bin” column automatically displays all existing bins for each product that have:
lot)expir)UOM)Each bin is displayed in the format: BIN[v: volume] where BIN is the bin name and volume is its configured volume.
This information helps you to:
Navigate to export option
Look for the “Download” link or access directly to /AssignBinlist.php?export=csv&RequestID=[ID].
Download the file
The system will generate a CSV file with all products from the replenishment request and their current data.
Use the file
Open the CSV in Excel or another tool for analysis, documentation, or external processing.
Click Back to replenishment
At the top of the page, you’ll find a “Back to replenishment” link.
Return to details view
You’ll be redirected to the Receiving Details view of the replenishment request you came from.
The system validates that the entered bin meets the correct format before assigning it. Validation includes:
When you assign a bin, the system:
Checks if the bin exists:
QtyProductID = 0 and QtyHold = 0), assigns it to the productUpdates the replenishment:
QtyRecive in requestdetailIf you use a bin format that allows increment (for example, A-001), the system:
The system handles weights in two ways:
Both operations update both the products and requestdetail tables to maintain consistency.
If a product has lot or expiration date configured, this information is displayed in the “Description” column with special format:
This information is important because bins are grouped by lot, expiration, and UOM.
To use Assign Bins you need:
AssignBinCanList() - To view the listIf you don’t have these permissions, you’ll see messages indicating you don’t have the necessary rights.
Assign bins before marking products as received. This keeps inventory organized from the start of the process.
Use consistent bin formats to facilitate automatic increment. For example, A-001, A-002, A-003.
Update or insert weights while processing receiving. This ensures information is complete from the start.
Before assigning new bins, review the “Bin” column to see if the product already has bins assigned. It may be more efficient to add quantity to existing bins.
If you receive products with different lots or expiration dates, process each lot separately to maintain organization.
Review information before clicking assignment buttons. Changes are saved immediately and may require manual corrections if there are errors.
Problem: The page is empty or shows “No records found”.
Solutions:
RequestID in the URL is validAssignBin level permissions with listing capabilityProblem: The “Assign new BIN” button doesn’t work or a format error appears.
Solutions:
Problem: The system doesn’t increment bins automatically or stops prematurely.
Solutions:
Problem: The “Update Weights” button doesn’t work or changes aren’t saved.
Solutions:
Problem: The “Insert Weights” button doesn’t appear or doesn’t work.
Solutions:
Problem: The “Bin” column is empty for products I know have bins.
Solutions:
QtyProductID = 0) are also shown if they match the criteriaProblem: The system rejects the bin format I enter.
Solutions:
Next Steps: