Run matching algorithm against current inventory
Manage mappings between ServiceMax part numbers and Great Plains item numbers.
Coming soon: UI for managing part number mappings
For now, insert mappings directly into the part_number_map table:
INSERT INTO part_number_map (gp_item_number, smx_part_number, notes)
VALUES ('GP-ITEM-123', 'SMX-PART-456', 'Legacy SKU mapping');