Skip to main content
October 28, 2022
Question

Sort or order picker field

  • October 28, 2022
  • 1 reply
  • 0 views

How can I apply an order or sort to the values shown in a picker field? I am using a a!pickerFieldsRecord on a single record type Employees (ID, First Name, Last Name) but would like to sort it by first name.

    1 reply

    stefanhelzle0001
    Brainy
    October 28, 2022

    You cannot influence the sorting via the picker field. If you need that, you would have to implement a custom picker field and use a!queryRecord to fetch the data.