Contents
Item aliases provide alternate part numbers for the same inventory item, enabling cross-referencing between your internal item IDs and external numbering systems. This simplifies transactions when vendors, customers, or legacy systems use different part numbers to identify the same product.
Common Use Cases:
Access: Inventory → Items → Item Alias List
| Action | Path |
|---|---|
| View all aliases | Inventory → Items → Item Alias List |
| Add new alias | Inventory → Items → Item Alias List → Add Item Alias |
| Search by item | Inventory → Items → Item Alias List (filter by Item ID) |
| Bulk import | Utilities → Import and Export → Import Item Aliases |
| Use in transaction | Any transaction screen: enter alias ID instead of item ID |
An item alias creates a one-to-many relationship where a single inventory item can have multiple alternate identifiers. When you enter an alias during transactions, the system automatically resolves it to the correct internal item ID.
Key Characteristics:
Alias vs. Primary Item ID: Your primary item ID (ShortID) is the master identifier used throughout Inventory Pro for reporting, stock levels, and internal operations. Aliases are convenience mappings that point to the primary ID but don’t replace it.
Create individual aliases for cross-referencing vendor catalogs, customer specifications, or alternative naming conventions.
Workflow:

Validation:
Tips:
Modify existing aliases to correct data entry errors or update vendor catalog changes.
Workflow:
Important: Changing an alias doesn’t affect historical transactions. Past receipts and issues remain linked to the original item regardless of alias updates.
Remove obsolete aliases when vendors discontinue part numbers or after completing system migrations.
Workflow:
Safe to Delete When:
Warning: Deletion is permanent and cannot be undone. Historical transactions remain intact, but future attempts to use the deleted alias will fail.
Aliases work transparently in all transaction screens-receiving, issuing, moving, cycle counting, and order entry. Simply enter the alias ID in the Item field, and the system automatically resolves it to the correct inventory item.
The system’s barcode lookup function (fn_GetItemIDFromScan) checks aliases automatically when scanning:
Scan Priority Order:
Example: If you scan barcode “VENDOR-ABC-123” and it doesn’t match the primary ID, UPC, or vendor catalog, the system checks aliases before rejecting the scan.
Mobile Device Scanning: Inventory Pro Mobile supports the same alias resolution, enabling warehouse staff to scan vendor labels, customer barcodes, or legacy tags without manual cross-referencing.
When receiving against purchase orders, enter the vendor’s part number (if configured as an alias) instead of your internal item ID.
Workflow:
Benefit: Reduces errors when warehouse staff only see vendor packing slips with manufacturer or vendor part numbers.
Sales and shipping teams can use customer-assigned part numbers when processing shipping orders.
Workflow:
Use Case: Customers with proprietary part numbering systems (common in automotive, aerospace, or large retail accounts) can provide orders using their own IDs, while your warehouse operates with your standard SKUs.
Aliases work seamlessly in inventory adjustments and cycle count workflows.
Workflow:
Example: During physical inventory, counters can scan manufacturer barcodes or vendor labels without needing to know your internal item numbering scheme.
For large-scale alias creation (hundreds or thousands of mappings), use the import utility instead of manual entry.
Prerequisites:
Workflow:
ItemID,AliasID,Warehouse
ITEM-001,VENDOR-ABC-123,
ITEM-001,CUST-XYZ-789,
ITEM-002,MFG-MODEL-456,MainCommon Import Issues:
Tips:
Export your alias mapping to Excel for documentation, sharing with trading partners, or integration with other systems.
Workflow:
Use Cases:
| Report | Access | Purpose |
|---|---|---|
| Item Alias List | Inventory → Items → Item Alias List | View all aliases, search by item or alias ID, filter by warehouse |
| Item Master with Aliases | Reports → Inventory → Item Master (include aliases) | Combined view of items and their alternate IDs for catalog documentation |
| Unused Aliases | Custom query | Identify aliases not used in transactions (candidates for cleanup) |
Report Tips:
Consistent naming patterns improve findability and reduce errors:
| Pattern | Example | Use For |
|---|---|---|
VENDOR-PARTNO | ACE-ABC-123 | Vendor-specific part numbers |
CUST-NAME-SKU | CUST-FORD-X789 | Customer-assigned IDs |
MFG-MODEL | MFG-DELL-LAT5520 | Manufacturer model numbers |
LEGACY-ID | LEGACY-OLD-SYSTEM-456 | Temporary migration IDs |
Recommendation: Choose one pattern per alias type and document it for your team.
| Scenario | Recommended Solution |
|---|---|
| Vendor’s unique part number | Alias or Vendor Catalog |
| Globally recognized manufacturer model | Manufacturer Model field (avoids clutter) |
| Customer-specific SKU | Alias (if used in transactions) or custom field |
| Barcode/UPC | Manufacturer Model field (system checks this during scans) |
| Internal alternate naming | Alias if needed in transactions; otherwise avoid |
Why This Matters: Overusing aliases can create maintenance overhead. Use aliases for identifiers that appear on external documents (POs, packing slips, customer orders) where automatic resolution saves time.
Regular Reviews:
Identifying Candidates for Removal:
Global Aliases (Warehouse = blank): Alias resolves to the same item across all warehouses-ideal for manufacturer model numbers or corporate-wide vendor catalogs.
Warehouse-Specific Aliases (Warehouse = specified): Alias resolves to different items depending on warehouse-useful when the same external part number represents different products in different locations.
Example:
Recommendation: Use global aliases unless you have a specific business need for warehouse-specific mappings (rare in practice).
On this page