Sort fields in the record producer form in the portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 08:02 AM
HI,
I have a record producer form, this form is also on the portal.
There is a field in the form called position of reference type,
and I need to sort the values in this field according to the u_order field, the sorting of the values should be in the position field in the portal.
how do i do that?
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 08:19 AM
Try something like this on the Reference Qualifier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 08:25 AM
I already have a code in the Reference qualifier
I already have a code in the Reference qualifier
And I tried to put the sorting in Variable attributes
But it doesn't sort the field for me in the portal either

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 08:59 AM
Not in the variable attributes. The order by clause should be in Reference Qualifier. so probably add this order by string to your script include return value.
Thanks,
Narsing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 11:21 PM
can you show me how to do please