[SalesForce] How to add Multi-pick list field to Compact Layout of Task in Lightning Experience

I have a Multi-pick list field in Activity, I want that field to be added in Compact layout of Task object.

The Compact layout displays all the fields in the Available field section except Multi-pick list field. I need the Multi-pick list field to be displayed in the available section.

Please help me in accomplishing the above.

Thank You in Advance.

Best Answer

You cannot display a multi-select picklist in a compact layout. Refer to the below excerpt of unsupported field types in compact layout from the documentation.

Compact layouts support all field types except:

  • text area
  • long text area
  • rich text area
  • multi-select picklist
Related Topic