0
Sort Dynamic Choices
Hi,
Is there a way to sort the new Dynamic Choices, they currently appear in order of ID but struggling to order them by a field within the record alphabetically / numerically
Thanks
1 reply
-
To sort the information, put the following code to select the required data (adjusted to your case):
(select Customer) order by 'Last Name'
Content aside
- 3 yrs agoLast active
- 1Replies
- 491Views