Table screens
Normal table screen
For a normal table screen, include:
@row.id;
- any business identifier users need;
- every field users need to read;
- every field required by another app feature that uses the same downloaded table.
Example:
Automatically hidden system fields
The table screen hides the following fields even when they are downloaded:
Record Owner
@row.id
Date Created
Date Modified
Last Modified By
Id
Created By
Their presence in requestColumns does not mean they will necessarily be shown to the user.
If a field is missing from the screen
Check, in order:
requestColumns;
- the current role’s
addedColumns;
- the current role’s
hideColumns;
- the actual source response.
Do not use displayColumns as the primary diagnostic because it does not currently control the table-screen fields.
Last modified on September 7, 2026