Dynamic View Dropdown Contact List is not sorted

The dropdown list for the contacts should be sorted alphabetically.

Answers

  • Humashankar
    Humashankar ✭✭✭✭✭

    Hi @AndyJW


    Here is a way to get an alphabetical sort without adding all the values to the drop-down list.

    1. Create another column and make its value the value in the drop-down list with the column formula.
    2. Sort by that other column.



    Hope this helps - Happy to help further !!



    Thank you very much and have a fantastic day!


    Warm regards

    Huma

    Community Leader

  • AndyJW
    AndyJW ✭✭

    I am now generating my contact list via the C# SDK API, so I am supplying a sorted list of Contacts as the display order seems to be the order in which they are added. Doing this via the API works better as I already have a Group with the Contacts.