Admin Settings

Manual Sync Actions

ServiceMax Sync

Last sync: Never

View History

Compute Matches

Run matching algorithm against current inventory

Last Import

Last successful import: Never

Upload CSV

System Configuration

How many days to keep snapshot history

Part Number Mapping

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');