Record Detail
The Avonni Record Detail provides a clean and customizable way to display multiple fields from a single record.

Tutorials
This tutorial shows setting up the Avonni Record Detail component to interact and synchronize with other flow components.
Configuring the Record Detail
Object Name attribute
This setting connects the Record Detail component to a specific object. By linking to an object name, the component understands which record fields to display, ensuring that the displayed information is sourced correctly from the designated object.

Record ID attribute
In this section, you should specify the ID of the record whose field information you wish to display. The Record ID can be sourced from a variable or reactively from another component. For instance, you can display fields related to an account selected through a map marker in the Avonni Map component.
Displaying field information from a variable

Display field information using Reactivity from another component

Read Only attribute
When this option is enabled, the information displayed from the record fields will be non-editable, ensuring that the data remains in a view-only mode.
Configuring the Layout
Compact layout
Only the fields specified in the object's compact layout configuration will be displayed.
Full layout
All fields defined in the page layout will be displayed.
Custom layout
The custom layout option allows you to define the content and presentation of fields precisely within the Record Detail component. This highly flexible feature enables the addition of multiple fields either on the same line or within separate sections, catering to your specific display requirements.
How to create multiple columns
To create multiple columns, drag a field and drop it next to an existing one on the same line.

How to create a section
To organize fields into a section, drag them into the area highlighted by a blue overlay, which appears when you hover your mouse over it. To add a title and make the section collapsible:
Hover over the section and click on the pencil icon on the right side of the blue overlay.
Enter a title for your section.
To collapse or expand the section, click the arrow icon on the right side of the section header.
This allows you to neatly categorize fields and manage the display according to your preferences.

Making Fields Required
To ensure data completeness, you can easily designate required fields. When hovering over a field in the custom layout, a small asterisk icon (*) will appear. Click this icon to toggle the required field setting on or off. This provides a visual cue for users, ensuring that essential data is not overlooked.

🆕 Mode
The Record Detail component offers two distinct modes for interacting with record data:
View Mode
This mode presents record information in a read-only format, ideal for displaying details without allowing edits. If the "Read Only" attribute is not checked, users can easily switch to Edit mode by clicking a pencil icon next to each field. This provides a seamless transition between viewing and editing information.

Edit Mode
Designed for efficient data modification, Edit mode renders record fields interactive input fields. This lets users modify record data directly within the component, streamlining the editing process.

How to save the record information
This step is vital for the proper functioning of the Record Detail Component. It ensures that any information your users edit is accurately saved. Follow these instructions to set up the interaction:
Navigate to the Interaction Tab.
Click on the "Add Save" button.
From the available interactions, select "Upsert Records."
Click Save to finalize the setup.

Last updated
Was this helpful?