Sort fields in the record producer form in the portal

Shir Sharvit
Tera Contributor

HI,

 

I have a record producer form, this form is also on the portal.

ShirSharvit_0-1703606421931.png

 


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

9 REPLIES 9

Narsing1
Mega Sage

Try something like this on the Reference Qualifier 

Narsing1_0-1703607540802.png

 

I already have a code in the Reference qualifier

ShirSharvit_0-1703607861369.png

 

 

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

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

can you show me how to do please