The four properties
Structure
Structure
The field has a known type rather than an arbitrary string. See Field types.
Consistency
Consistency
The same field definition is used across records of the same object type.
Context
Context
The field is attached to the correct Account, Contact, or Project.
Actionability
Actionability
Agents and workflows can use the value to select context, identify missing information, prioritize work, or generate appropriate outputs.
Case Status is more useful than a paragraph saying “the case is currently pending.” Because the value is structured, Parley recognizes the same concept across Projects and uses it consistently.
Self-driving doesn’t mean every field automatically performs an action. It means the field is designed to participate in the system — guiding organization, retrieval, reasoning, reporting, and future automation.
Designing fields that self-drive well
A good field answers one stable question. PreferCase Status, Target Date, Country of Citizenship, Current Immigration Status, Receipt Number.
Avoid fields that combine several questions or require prose parsing, like Important Case Details or Status and Next Steps. A field that needs to be read to be understood can’t be filtered, compared, or acted on.
Use the narrowest useful type. A date for a date. A number for a number. A boolean for a yes/no fact. A single-select for a controlled category. A collection for multiple labels. A note for narrative context. A file for source evidence.
Keep fields stable over time. If a value changes frequently and the history matters, preserve the history in activity, notes, or source documents rather than overwriting the only record of what happened.
What you get
Better retrieval
Typed fields help Parley distinguish relevant records from unrelated ones. A Project’s status or target date becomes a reliable signal, without interpreting inconsistent prose.Better context selection
When an agent works on a Project, the linked Accounts, Contacts, fields, notes, and files form a coherent context. The field tells the agent what kind of work it’s handling; the links tell it who and what the work concerns.Better completeness checks
A structured field makes missing information visible. A blank target date, a missing status, an absent country of citizenship — these become identifiable data gaps rather than something overlooked inside a paragraph.Better reporting and filtering
Consistent types and controlled options make it possible to group and compare records. This is whyFiled shouldn’t sometimes be entered as filed, Submitted, or “sent to USCIS.” If the concepts differ, use separate fields or options. If they’re the same, use one controlled value.
