Outcome. A deal reaching a late stage without the required custom object record attached, for example a Project or a License record your business tracks separately from the deal, gets flagged before it closes with a gap that blocks provisioning later.
flowchart TD
A[Deal reaches pre-close stage, no custom object association] --> B[Set Missing Custom Object Flag = true]
B --> C[Create task for owner]
C --> D[Notify owner]
D --> E[Delay 2 business days]
E --> F{Still no association?}
F -->|yes| G[Notify manager - escalation]
F -->|no| H[Reset flag to false, exit]

When to use it, when not to
- UseUse it when your portal tracks a business entity as a custom object (not a deal, contact, company, or ticket) and every deal past a certain stage is supposed to be linked to one.
- UseUse it as a late-funnel safety check, not the mechanism that creates the custom object record itself, that association should already exist from an earlier step in the process.
- SkipDo not use it if the "custom object" in question is really something that fits a native object better, for example line items or products, those are native, not custom, and do not need this pattern.
- UseCustom objects require an Enterprise subscription on Marketing, Sales, Service, Data, Content, Smart CRM or Revenue Hub (https://knowledge.hubspot.com/object-settings/create-custom-objects), so an account below Enterprise cannot run this fiche at all. (check in your portal: the per-tier cap on custom object types and records for this portal, since the published catalogue, not the knowledge base, carries those numbers)
or the deal hygiene pack, 39 EUR
One-time, excl. VAT. 30-day refund, no questions asked. Founding prices until 31 October, then 199 and 59 EUR. Includes every spec added later, up to the full 500, and the one-click installer on the full library. Building on client portals? The agency licence at 449 EUR covers unlimited client portals.





