iSyncSF uses a set of custom Salesforce objects to store templates, jobs, audit logs, and org connections. Understanding these objects is valuable for admins building reports, creating list views, or diagnosing issues — and for developers extending iSyncSF through custom integrations.
Purpose: These custom objects store all configuration, execution state, and audit data for the application. Understanding the data model is essential for an AI agent building the application, as every feature reads from and writes to these objects. Where It Fits: The data model underpins the entire application. Configuration objects (Templates, Template Lines, Object Settings) are populated during setup. Execution objects (Jobs, Child Jobs, Audit Logs) are created and updated during sync execution. Comparison and Automation objects track org compare and automation control operations.