• API Rate Limiting Causing Incomplete Data Exports

    If you're pulling large datasets via the API and noticing your exports are mysteriously truncating — yeah, this one tripped me up too when I first looked at it. The symptoms look like a successful request…
  • QuickBooks Sync Duplicating Invoice Line Items

    Yeah this one tripped me up too when I first looked at it. If you're seeing duplicate line items on your QuickBooks invoices after a sync, it's almost certainly the special characters in your SKU names…
  • Salesforce Integration Not Updating Opportunity Status

    Yeah this one tripped me up too when I first looked at it. If you're seeing work orders complete in FieldPulse but the linked Salesforce Opportunity just sits there at "Prospecting" or whatever your default…
  • Webhook Not Firing on Job Completion

    yeah this one tripped me up too when I first looked at it. if you're subscribed to the work_order.status_changed event and expecting a webhook when a job hits "Completed" — but you're only seeing it sometimes…
  • Workaround: API Pagination for Large Data Exports

    Yeah this one tripped me up too when I first looked at it. You're hitting 429s halfway through a big export and losing data, which is... not ideal. The API's pagination at the time of writing has this…
  • Zapier Trigger Missing Custom Field Values

    Yeah this one tripped me up too when I first looked at it. The Zapier integration for FieldPulse is solid overall, but there's a weird edge case with how custom fields get serialized when they're passed…