Scott Carpenter

  • Total activity 1351
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 842

Activity overview

Latest activity by Scott Carpenter
  • Scott Carpenter created an article,

    Is a Sandbox a Reliable Place to Test Performance?

    Sandboxes are a safe place to test API calls, workflows, and destructive actions like deletes before they touch production data — but whether they're a reliable stand-in for performance testing dep...

  • Scott Carpenter created an article,

    Creating Webhooks Directly via the TrackVia API

    Zapier and Workato both let you trigger webhooks as part of a larger automation, but you don't need either one just to get a webhook out of TrackVia. If you only need TrackVia to notify an external...

  • Scott Carpenter created an article,

    How to Undo or Fix a Bad Import

    Imported the wrong file, mapped a column to the wrong field, or accidentally overwrote good data with an "Add and Update" import? This article covers how to prevent that situation, how to assess th...

  • Scott Carpenter created an article,

    How to Import Data into Related (Parent–Child) Tables

    Most real applications aren't a single table — they're related tables, like Companies and their Contacts, or Locations and their Regions. This article walks through importing data into a parent–chi...

  • Scott Carpenter created an article,

    Accepted and Blocked File Types for Uploads

    This article lists the file types that can and cannot be uploaded to Image, Document, and Attachments fields in TrackVia.Accepted File TypesImage fields accept: .jpeg, .jpg, .gif, and .png.Document...

  • Scott Carpenter created an article,

    Table Design Best Practices

    Good table design is the foundation of every successful TrackVia application. Decisions made when structuring tables ripple into every view, form, formula, and Flow you build later. This guide coll...

  • Scott Carpenter created an article,

    How to Delete a Table (and What Happens When You Do)

    Deleting a table is one of the most consequential actions an admin can take in TrackVia. This article explains what deletion actually removes, what to check first, and safer alternatives.Note: You ...

  • Scott Carpenter created an article,

    How to Create Many-to-Many Relationships with Join Tables

    When do you need a many-to-many relationship?The most common relationship in TrackVia is one-to-many: one Company has many Contacts; one Project has many Tasks. But sometimes records on both sides ...

  • Scott Carpenter created an article,

    Understanding the Join Limit

    What is the join limit?The "join limit" refers to a limitation on the number of tables and fields that can be efficiently queried when TrackVia assembles a table's records. Behind the scenes, certa...

  • Scott Carpenter created an article,

    Introduction to TrackVia Integrations

    OverviewTrackVia offers four ways to connect with external systems and automate processes: the TrackVia API, Workato, Microservices, and App Scripts. Each serves a different purpose — understanding...