Managing Object Layout
After you create a object layout, you can view, edit, clone, delete, and edit metadata from the Object Layouts list page. This section explains how to modify an existing object layout, create a copy of an object layout, remove an object layout, and make advanced changes to the object layout metadata using the JSON Editor—changes that cannot be made through the user interface.
Editing Object Layout
- Click the More (
) icon at the start of the object layout record.
- Click Edit. The layout page appears in edit mode. To learn more about editing options, see the Page Layout Editor topic.
- Make the necessary changes.
- Click Publish. A confirmation message appears.
Cloning Object Layout
- Click the More (
) icon at the start of the object layout record.
- Click Clone. The Clone Layout popup appears, with fields pre-filled from the source layout.
- Modify the existing field values as needed. To learn more about editing options, see the Page Layout Editor.
- Click Save. A confirmation message appears.
Access the newly cloned object layout from the Object Layouts listing page.
Edit Object Layout Metadata
- Click the More (
) icon at the start of the object layout record.
- Select Edit Metadata. The JSON Editor opens and displays the object layout code in JSON format.
- Edit the JSON code as needed. Use the Beautify option to format the code to standard.
- Click Save. A confirmation message appears.
Extending Grid View Header with Custom Actions: You can add actions to the header of the grid page using the default user interface. However, actions cannot be added above the Grid List. To address this limitation, use the Edit Metadata feature to add custom actions to the Grid View page.
Label Wrapping Configuration in Forms and Fields: Labels automatically wrap to the next line when they exceed a certain width, making long text easier to read. Wrapping is enabled by default. To disable wrapping and show a tooltip on hover instead, set the wrapLabel: false property in the object metadata
Deleting Object Layout
- Click the More (
) icon at the start of the object layout record.
- Select Delete. The Delete Object Layout popup appears.
- Click Submit. A confirmation message appears.
