Skip to main content
CYPEX Documentation
Support
v2.0.0 Latest stable release View changelog ->

Filter builder

A fixed filter narrows what a Table or List element shows, permanently and invisibly to the end user — unlike search or allowed filters, which the user drives. Use it for “this table only ever shows open tickets” or “only rows belonging to the signed-in user”.

Before v2.0.0 a fixed filter had to be written as a custom expression. v2.0.0 adds a visual rule editor alongside it.

Where it lives

On a Table or List element, in the Filter by section of the element editor. Click Open Filter Builder to open the Filter Builder dialog. The dialog is draggable, so you can move it aside and keep looking at the canvas underneath.

Read full post

Connector data sources

v2.0.0 lets three elements draw on a governed external API connector instead of a database query:

ElementWhat the connector supplies
TableThe rows the table renders
FormThe record the form reads, and the payload it writes on submit
AutocompleteThe dropdown’s options

Same canvas, same elements — a different source of data.

Before you start

A connector must exist and be published before it appears in the designer. Connectors are built and governed on the admin side — allowlist, credentials, definition, then execution enablement. If the picker says “No published connectors are available for this app”, the work is in the admin panel, not the designer. See Connectors and the Connectors setup guide.

Read full post

Building apps across organizations

This page is for people who build and ship CYPEX applications. It covers what changes about that job once a deployment has more than one Organization.

Organization scope on this page is enforced by CYPEX itself, not by the browser. Hiding a row in the admin panel would be cosmetic; what is described below holds even for a caller who manipulates the request directly.

Application visibility per organization

The Applications page does not show every application in the deployment to every admin. A system admin can pick any organization in the organization filter, or clear it to see everything. An organization admin is always restricted to their own organization — changing the filter in the browser does not widen what comes back.

Read full post