Objects
The /inspect/objects tool — dump a record's raw data and render it against any datamodel version.
Last updated
The /inspect/objects tool — dump a record's raw data and render it against any datamodel version.
The Objects page (/inspect/objects/) shows a single record's stored data and lets you render it against any datamodel version — the tool for debugging a record whose datamodel has changed (a polyhierarchy-to-hierarchy switch, a migration, a mapping change).
Enter a record's _system_object_id (and optionally its objecttype). The page loads the record and shows:
its raw stored values, across all versions;
how it renders — _standard, parents / children, links — under a datamodel selector. Because objecttypes are not versioned per datamodel, the parent and hierarchy sections reflect the datamodel you pick; that is what makes the page useful for a before/after comparison.
The JSON view (used by monitoring) reports the reindex ids, the current / rendering / object datamodel ids and any warning.
The /inspect Backend — the console overview and auth model.
Anatomy of a Record — the record JSON shape.
Last updated