DemandFlow Support Centre

PATENT: Patent

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The PATENT entity represents a patent with title, abstract, application/grant numbers, dates, inventors, jurisdiction apps, and tasks.

PATENT: Patent

The PATENT entity represents a patent with title, abstract, application/grant numbers, dates, inventors, jurisdiction apps, and tasks.

Default definition. This article describes the default PATENT definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches PATENT.

Entity properties

PropertyValue
Entity codePATENT
Display namePatent
PluralPatents
Level420

Use cases

Core patent management entity. Seven panels: General (three columns - patent details with title, abstract, references, main inventor, jurisdiction objectLookup; key dates at invention level with lifecycle status and RAG; classification with IPC/CPC codes, keywords, business driver), Notes (timeline), Inventors (relatedlist to PATENTI via SUB|PAT), Documents (multi-file upload), Applications (relatedlist to PATENTA jurisdiction applications via SUB|PAT), and Tasks (relatedlist to ACTION via SUB|PAT). Prosecution-level dates (SER, attorney, publication, grant, expiry) are tracked per jurisdiction application on PATENTA.

Fields

General

FieldTypeRequiredNotes
ownerIdreference → userCreated by. Read-only.
nametextYesPatent title.
name2textAlternative title.
descriptiontext (multi-line)YesAbstract.
applicationNumbertextApplication number.
rdcReftextRDC reference.
filingReftextFiling reference.
publicationNumbertextPublication number.
grantNumbertextGrant number.
maininventorreference → userMain inventor.
jurisdictionreference → PATENTJPrimary jurisdiction.
patentTypeenumPatent type. Valid ids: utility (Utility), design (Design), plant (Plant).
claimsCountnumberNumber of claims.
dateDisclosuredateInvention disclosure.
dateMgmtdateManagement authorisation.
priorityDatedatePriority date.
priorityCountryreference → PATENTJPriority country.
filingDatedateFirst filing date.
statusenumYesStatus. Valid ids: disclosure (Invention Disclosure), provisional (Provisional Filed), pct (PCT Filed), national (National Phase), examination (Under Examination), granted (Granted), expired (Expired), abandoned (Abandoned), lapsed (Lapsed).
ragenumYesRAG. Valid ids: Green - on track (Green - on track), Amber - at risk (Amber - at risk), Red - significant challenges (Red - significant challenges).
companyreference → COMCompany / applicant.
assigneetextCurrent assignee.
attorneytextAttorney / firm.
familyIdreference → PATENTFAMILYPatent family.
estimatedCostnumberEstimated total cost.
totalCostnumberActual total cost.
technologyAreareference → PATENTTECHTechnology area.
ipctextIPC codes.
cpctextCPC codes.
keywordstext (multi-line)Keywords / tags.
driverenumBusiness driver. Valid ids: 1 (Regulatory), 2 (Security & Data Protection), 3 (Network Resilience / Reliability), 4 (Network Performance), 5 (Innovation).

Additional panels

  • Activity timeline panel attached.
  • Documents. Field attachments.

Relationships

  • Lookups: jurisdiction points at PATENTJ record; priorityCountry points at PATENTJ record; company points at COM record; familyId points at PATENTFAMILY record; technologyArea points at PATENTTECH record.
  • Related lists: PATENTCONTRIB via format SUB|PAT; PATENTA via format SUB|PAT; PATENTCLAIM via format SUB|PAT; PATENTCOST via format SUB|PAT; PATENTRENEW via format SUB|PAT; ACTION via format SUB|PAT.

Creating a Patent via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "PATENT",
  "level":    420,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "description": "Long description text.",
  "status": "disclosure",
  "rag": "Green - on track"
}

Listing PATENT records

# All patents in your tenant
GET /v1/entities/PATENT/SUB

See also

patentpatents

Was this article helpful?

← Back to Knowledge Base