There are two Lists: ListA and ListStatus
ListA has a lookup field Status pointing to list ListStatus
In list ListStatus there are 3 items: New, WIP, Closed
Currently, when creating a new ListA item, select Status field and the values in the drop down list show in below order:
Is it possible to show/sort the statuses in the drop down list as below? How?
- New
- WIP
- Closed
Thanks