Skip to main content

Table MultiSelect Field in ERPNext

The Table MultiSelect field is very similar to a Link field. The key difference is that it allows selecting multiple values instead of a single one.

For example, if you want to assign a ToDo to multiple users, you can use a Table MultiSelect field as shown below:

 

Step 1: Create a Child DocType

Create a new DocType and enable Is Child Table and Editable Grid. Add a field of type Link as shown below.

  • Set the Link field as mandatory.
  • Ensure the field is marked as In List View.

 

Step 2: Add a Table MultiSelect Field

Create a field with type Table MultiSelect and set the DocType created in Step 1 in the Options field.

 

Usage

  • You can remove a selected value by clicking the cross icon next to it.
  • You can also place the cursor next to a value and press Backspace to remove it.
  • Each value can only be selected once.

Note: Table MultiSelect fields cannot be added in child DocTypes.

Rating: 0 / 5 (0 votes)