Posts

Showing posts from June, 2025

FMModTrack: A Free FileMaker XML Parser to Track Changes and References Instantly

Introduction Ever found yourself stuck in a FileMaker project thinking: “Who changed this layout?” “Is it safe to delete this script?” “Where is this UUID even used?” I’ve been there, so I built a tool to fix that. The Problem: FileMaker’s Hidden Web of Changes Working on a FileMaker app, especially with a team or over time, often means dealing with invisible changes and mysterious dependencies. You could click through every layout, script, and button manually… Or, you could use FMModTrack. The Fix: FMModTrack – A Local FileMaker XML Parser FMModTrack is a free desktop app that lets you inspect a FileMaker XML export and instantly see: When each element was modified Who made the change (account & username) Where each element is being referenced It works entirely offline, requires no registration, and runs on both Windows and macOS. Key Features Modification History Get mod count, timestamp, and who made each change. Reference Tracking See which scripts, layouts, and elements refere...