Skip to main content

Overview

Spreadsheet embeds a Custral spreadsheet on a record or page. Cells, formulas, formatting: same model as a standalone spreadsheet, just embedded.

Configuration

Record vs standalone mode

Same two modes as Notes and Whiteboard: attach the spreadsheet to a property so each record keeps its own sheet (record mode), or leave the property unset so the sheet belongs to the page itself (standalone mode).

Custral formulas

Alongside the standard spreadsheet functions, cells can pull current data from your workspace with the CUSTRAL.* formulas. They read your workspace each time the sheet opens, so reopening or reloading always shows fresh values. While the sheet stays open, formulas that read the same object share one request, and an open sheet does not refresh itself. Use the Reference Records button (bottom bar) if you’d rather paste a static snapshot instead. Object names, record names, and column names are all case-insensitive. The value CUSTRAL.LOOKUP matches on is compared exactly, including case, so acme corp does not match a record named Acme Corp. CUSTRAL.RECORDS returns the same value CUSTRAL.OBJECTS shows for that column.
CUSTRAL.OBJECTS replaces the former CUSTRAL.RECORDS("ObjectName"). CUSTRAL.RECORDS now reads a single field off one record, update any existing sheets that used the old name.

Troubleshooting

Use cases

Quote line items on a Deal. Budget sheet on an Account. Custom forecast tables on a Project.

See also