SmallBuilder Help
AppExchangeContact Us
πŸ‡ΊπŸ‡Έ English
πŸ‡ΊπŸ‡Έ English
  • SmallBuilder Help
  • Getting started with SmallBuilder
    • License and Permission Set Assignment
    • Organization Currency Setup
    • Connected App Configuration
  • πŸ“¦SmallBuilder Line Items
    • Release Notes
      • '25 Update
        • v 1.38
        • v 1.37
    • SmallBuilder Line Items Overview
    • Getting Started
      • Assigning Licenses and Permissions
      • Organization Currency Setup
      • Connected App Setup
    • Builder
      • Getting Stared with the Builder
      • Default Setting
        • Responsive Screen Configuration for Devices
        • Adjusting Editor Screen Ratio
        • Modifying Editor Labels
        • Lookup Selector Settings
          • Search All on Load
          • Expand Filters by Default
          • Allow Select Duplicate Item
          • Caching to Improve Performance
          • Records Per Page
        • Line Item Editor Settings
          • Show Summary
          • Freeze First Column
      • Builder Setup Steps
        • Relate Objects
          • Parent Object
          • Line Item Object
            • Set Object and Parent Reference Field
            • Set Filters and Sorting for Saved Line Items
            • Control Line Item Deletion
            • Set Auto-Numbering
          • Lookup Object
            • Select Lookup Reference Field
            • Set Keyword Search
            • Block Lookup Selector
            • Set Filters and Sorting for Lookup Records
        • Setup Lookup Selector
          • Add Columns
          • Reorder Columns
          • Change Column Labels
          • Set Column Width
          • Change Text Alignment
          • Add Virtual Columns for DataSource
        • Setup Line Item Editor
          • Add Columns
          • Reorder Columns
          • Change Column Labels
          • Set Default Value
          • Source Field: Assigning Default Values from Parent or Lookup Fields
          • Set Column Width
          • Change Text Alignment
          • Set Field Input to Read-Only
          • Set Field Input as Required
          • Display Totals
          • Hidden Setting for Line Item Editor Columns
          • Exclude Certain Fields from Saving
        • Preview
        • Activate
        • Create Button and Add to Page Layout
      • DataSource
        • Basic DataSource: Retrieve Related Object Data
        • Advanced: Retrieve Data Using Apex Classes
      • Cloning the Builder
      • Resetting a Builder
      • Insert Filters Using the Query Wizard
      • Inserting Custom Labels into Editor Labels
    • Product Option
      • Product Option Setup Steps
        • Activate Product Options
        • Configure Product Options
          • Default Setting
          • Line Item Setting
        • Configure Product Option Data
      • Display and Storage of Line Item Option Values
    • Use Cases
      • Utilizing the Editor’s Aura Component
    • FAQ
  • πŸ“¦SmallBuilder Lists
    • Release Note
      • '25 Update
        • v 2.7
        • v 2.5
    • SmallBuilder Lists Introduction
    • Getting Started with SmallBuilder Lists
      • Assigning Licenses and Permissions
      • Organization Currency Setup
      • Connected App Setup
    • Getting Started with Builder
    • Builder Setup Steps
      • Default Setup
        • Title
        • Legend
        • Allow Export
        • Allow Import
        • Show Icon
      • Datatable Setup
        • QUERY
        • Multi Selectable
        • Show Summary
        • Inline Editor
        • Add and Edit Columns
          • Column Editing by Type
        • Add Virtual Column
        • Add Row Action
      • Data Import Setup
      • Action Setup
        • Add Action
      • Filter Setup
        • Add and Configure Filters
          • Filter Editing by Type
      • Compact Configurator Setup
        • Add and Configure Columns
          • Editing by Column Type
      • Mobile Setup
      • DataSource Setup
        • Basic DataSource
          • Add and Configure Actions
        • Advanced DataSource
          • Writing an Apex Class
      • List Deployment and Management
        • Creating a List Configurator Manually
    • List View
    • Line editor table
    • Basic Usage Example
    • Migration
      • JSON Export
      • JSON Import
  • πŸ“¦SmallBuilder Documents
    • SmallBuilder Documents Introduction
    • Quick start
    • Components
    • Data Merge
      • Data Merge - Text
      • Data Merge - Related List
    • Document Job
    • Basic usage examples
      • How to pin a logo image to the top of the page
      • How to leave a gap between the components
      • How to add separators between the components
    • Advanced usage examples
      • Creating an invoice template
      • Automatically email invoices with a trigger
    • FAQ
    • 🌟Release Note
      • '24 Update
        • v. 1.50 ~
  • πŸ“¦SmallBuilder Schedules
    • SmallBuilder Schedules Introduction
    • Quick start: creating a new Schedule configurator
    • Detailed setup guide
      • Basic settings (Side Panel)
      • Linked objects setup
      • Control Field setup
      • Schedule Object setup
      • Saving and activating
    • FAQ
  • ❓SmallBuilder Troubleshooting
    • SmallBuilder Troubleshooting Help
      • Add Button Warning (If the button is not added to the page)
      • Add Tab Warning (Tabs are created and added to the app, but not visible)
Powered by GitBook
On this page
  • Overview of the Line Editor Table
  • Steps to Line Editor Table

Was this helpful?

Export as PDF
  1. SmallBuilder Lists

Line editor table

PreviousList ViewNextBasic Usage Example

Last updated 6 days ago

Was this helpful?

The Editable Table is a custom LWC component designed for screen flows, enabling efficient editing and addition of records. By adding this component to a flow and configuring the fields to be edited, users can view multiple records of a specified object in a table format, directly edit field values in each row, or add new records. Since inline editing is supported within the flow without navigating to a separate screen, it enhances the user experience and allows repetitive data entry tasks to be completed quickly and intuitively.


번호
ν•„λ“œλͺ… 및 μ˜μ—­
μ„€λͺ…
ν•„μˆ˜
1

Object

Set the object for the records you want to edit or add. The table will be generated based on the selected object.

βœ”οΈ

2

List Object

If you specify a record collection variable based on the selected object, the records in that collection will be displayed as initial values in the table.

βœ”οΈ

3

List Field

Users can select which fields to make editable. If you want a specific field to be displayed for reference only, you can click the lock icon to set it as Read Only.

  • For Number or Currency type fields, you can enable summary values such as Sum or Average, allowing for more intuitive data analysis.

βœ”οΈ

4

Show Add/Delete Buttons

You can configure whether to display buttons that allow users to directly add or delete records in the table.

  • If the buttons are disabled, users will not be able to add or delete records from the record list.

5

Manually assign variables

The list of edited records and the list of deleted records are returned as output values. These lists can be manually assigned to Flow variables and used for subsequent actions, such as saving or deleting records.


  1. Create two record collection variables for the object you want to edit. (Allow both input and output)

  2. Add the Line Editor Table to the screen flow.

  3. Select the object to be edited.

  4. Choose the record collection variable to be used as the initial value.

  5. Select the fields to be edited and configure their options.

  6. In the Advanced tab, enable Manually assign variables, and assign the returned collections (Deleted Collection and Updated Collection) to the appropriate record collection variables.

  7. Save the screen flow.

Overview of the Line Editor Table

Steps to Line Editor Table

Add and Configure the Row Editable Table

πŸ“¦
πŸ”Έ
πŸ”Έ
πŸ”»
Line editor table
Line editor table
Setup to Line editor table (1)
Setup to Line editor table (2)
Step to LIne Editor Table