#Canno't customise Page Record Layout

1 messages · Page 1 of 1 (latest)

weak spoke
#

i cannont change fields inside a page and i have activated everything: Feature Flags
Manage feature flags for this workspace
Drapeau de fonctionnalité
Statut
IS_UNIQUE_INDEXES_ENABLED

IS_JSON_FILTER_ENABLED

IS_COMMAND_MENU_ITEM_ENABLED

IS_MARKETPLACE_SETTING_TAB_VISIBLE

IS_RECORD_PAGE_LAYOUT_EDITING_ENABLED

IS_PUBLIC_DOMAIN_ENABLED

IS_EMAILING_DOMAIN_ENABLED

IS_JUNCTION_RELATIONS_ENABLED

IS_CONNECTED_ACCOUNT_MIGRATED

IS_RICH_TEXT_V1_MIGRATED

IS_RECORD_PAGE_LAYOUT_GLOBAL_EDITION_ENABLED

IS_DATASOURCE_MIGRATED

near stormBOT
#
Searched edit fields on record page layout
#
Searched customize fields page layout
#

Thinking...

#
Searched customizing record page layout edit fields tabs
#

Let me look into this for you.Here's how to edit fields inside a record page:

To customize a record page layout:

  1. Open the record page you want to edit
  2. Press Cmd+K (or Ctrl+K) and search for "Edit record page layout"
  3. Alternatively, go to Settings to access the layout editor

The feature flag you've already enabled — IS_RECORD_PAGE_LAYOUT_EDITING_ENABLED — is the right one for this.

If you want to edit the actual fields (add/remove/modify fields on an object):

  • Right-click any object table and select Customize fields, or
  • Go to Settings → Data Model, pick the object, then add/edit fields there

Could you clarify what you mean by "cannot change fields"? For example:

  • Are you trying to rearrange/show-hide fields on the layout? → use Edit record page layout
  • Are you trying to edit field values on a record? → check if the field is set to read-only
  • Are you trying to add new custom fields? → use Customize fields in Settings

Let me know which one and I can guide you further.

Related docs:

Twenty Documentation

Customize the layout of individual record detail pages with tabs and widgets.

Twenty Documentation

Customize record detail pages — tabs, widgets, and where front components render — using definePageLayout and definePageLayoutTab.

Twenty Documentation

Step-by-step guide to adding custom fields to any object.

weak spoke
#

yes i can't rearrange fields or anything, i just want to add and arrange

#

so you have an idea ?

near stormBOT
#

Still here. Could you give me a bit more detail about what's happening?

For example:

  • Which page are you on (a record page, settings, etc.)?
  • What exactly are you trying to change (field value, field layout, field type)?
  • Do you see an error message, or is the field just not clickable?

A screenshot or short description of what you click and what happens would help me pinpoint the issue.

weak spoke
near stormBOT
#
Searched edit record page layout rearrange fields
#

To rearrange and add fields on the Company record page:Here's the exact flow on a Company record page:

To enter edit mode:

  1. Open any Company record
  2. Press Cmd+K (or Ctrl+K)
  3. Search for "Edit record page layout" and select it

You'll then enter the layout editor where you can:

  • Rearrange fields by dragging them
  • Add new fields/widgets to the layout
  • Remove fields you don't want shown

Alternatively, you can access this through Settings.

Quick checks if it still doesn't work:

  • Make sure you're an Admin of the workspace (non-admins may not see layout editing)
  • Refresh your browser fully (Cmd+Shift+R / Ctrl+Shift+R) after enabling the feature flag — sometimes the flag needs a reload to take effect
  • Confirm you're editing on a specific Company record, not the Companies index/table view

Try the Cmd+K → "Edit record page layout" route and let me know what you see.

Related docs:

Twenty Documentation

Customize the layout of individual record detail pages with tabs and widgets.

Twenty Documentation

Customize how you navigate, browse, and view records in Twenty.

Twenty Documentation

Customize record detail pages — tabs, widgets, and where front components render — using definePageLayout and definePageLayoutTab.

weak spoke
near stormBOT
#
Searched Edit layout record page rearrange fields
#

Got it — "Edit layout" is the correct option, the naming has just been simplified.So go ahead and click "Edit layout" on a Company record. That will open the layout editor where you can:

  • Drag and drop fields to rearrange them
  • Add new fields/widgets via the add button
  • Remove fields you don't need

Once you're done, save the layout and it will apply to all Company records.

If "Edit layout" isn't doing anything when clicked, or if you can enter the editor but drag/drop isn't working, let me know exactly what happens and I'll dig further.

Related docs:

Twenty Documentation

Customize the layout of individual record detail pages with tabs and widgets.

Twenty Documentation

Customize how you navigate, browse, and view records in Twenty.

weak spoke
near stormBOT
#

Got it — so "Edit layout" only lets you change widgets/cards, not the individual fields inside them. That's expected behavior.

To add or rearrange fields on a Company record, you need to edit the data model:

  1. Go to Settings → Data Model
  2. Click on Companies
  3. From there you can:
    • Add new fields (click "+ Add field")
    • Edit existing fields (click on a field to change its type, label, etc.)
    • Activate/deactivate fields to show/hide them on records

To reorder how fields appear on the record page:

  • Open a Company record
  • The fields shown in the left panel can be customized by toggling them as active/inactive in the data model
  • Field order on the record detail panel follows the order set in the object's field configuration

Let me know if you're looking for something more specific — like making a field appear in a particular widget or section.

Related docs:

Twenty Documentation

Step-by-step guide to adding custom fields to any object.

Twenty Documentation

Customize the layout of individual record detail pages with tabs and widgets.

weak spoke
near stormBOT
#

The Reset custom fields button being disabled simply means there are no custom fields to reset on the Company object yet — it only becomes active once you've added custom fields that differ from the default.

That shouldn't block you from adding new fields though. On the same Companies data model page, you should see:

  • A + Add Field button (usually top right)
  • A list of existing fields you can click to edit

Can you confirm:

  1. Do you see the + Add Field button on the Companies data model page?
  2. Are you logged in as a workspace Admin? (Only admins can modify the data model)

If "+ Add Field" is missing or also disabled, it's likely a permissions issue. Let me know what you see.

Related docs:

Twenty Documentation

Step-by-step guide to adding custom fields to any object.

weak spoke
near stormBOT
#
Searched reorder fields record page layout
#
Searched customize field order company record detail
#
Searched record page layout widgets tabs fields drag
#

Thanks for clarifying. Let me search for the exact steps on reordering fields in the page layout.Based on the docs, here's the situation:

The "Edit layout" option you have lets you customize tabs and widgets on the record page — but reordering individual fields within the left-side info panel isn't done through that editor.

The order of fields on a record page is controlled by the order they're defined in the data model. Currently, Twenty doesn't expose a separate drag-and-drop UI to reorder standard fields on the detail panel — they follow the data model order.

What you can do via Edit layout:

  • Add/remove/reorder widgets and tabs (e.g., Notes, Tasks, Activities widgets)
  • Customize section blocks on the page

What requires the data model:

  • Activating/deactivating fields (which controls visibility)
  • Field-level configuration

If you specifically need to reorder fields in the left info panel of a Company record, that's a known limitation — it's not user-customizable yet through the UI on standard objects. You may want to file this as a feature request.

Related docs:

Twenty Documentation

Customize the layout of individual record detail pages with tabs and widgets.

Twenty Documentation

Overview of data model customization options.

Twenty Documentation

Customize record detail pages — tabs, widgets, and where front components render — using definePageLayout and definePageLayoutTab.

weak spoke
near stormBOT
#
Searched version 2.0 changes record page layout fields
#
Searched reorder fields record detail panel
#

I don't have specific information in the documentation about changes between pre-2.0 and the current version regarding field reordering on record pages. Let me check if there's anything more specific.Based on the docs, here's what record page customization currently covers:

  • Add, remove, and reorder tabs on any record type
  • Add, remove, reorder, and resize widgets within tabs
  • Customize via Cmd+K → "Edit record page layout" or Settings

The documentation doesn't describe version-specific changes or a previous capability to reorder individual fields in the left-side info panel. So I can't confirm or explain what changed between versions.

If this was working differently for you before, the best move is to:

  • Open a feature request or report it on Twenty's GitHub
  • Ask in the community Discord for confirmation from the team

Sorry I can't give you a definitive answer on this one — it's outside what the documentation covers.

Related docs:

GitHub

The open alternative to Salesforce, designed for AI. - Issues · twentyhq/twenty

Twenty Documentation

Customize the layout of individual record detail pages with tabs and widgets.

Twenty Documentation

Customize how you navigate, browse, and view records in Twenty.

Twenty Documentation

How to navigate, browse, and view records in Twenty.