Sort order on fields in activity stream

spriisholm
Giga Contributor

Hi

(London latest patch)

We have created 5 new fields on change_request.

Then we have added those 5 fields to the "Change Request activity formatter", by using the "configure available fields" link

find_real_file.png

 

Then we make som input in the 5 fields and save the change_request and take a look in the activity stream - and then it looks like this..:

find_real_file.png

Normally I would expect that the sort order of the fields are alphabetical ... but still "Business Impact" is second.

Why..?

When I look in "glide.ui.change_request_activity.fields" is looks like this:

find_real_file.png

 

Thanks!
Soren

 

 

 

 

2 REPLIES 2

Deepak Ingale1
Mega Sage

Hi,

Activity stream is displayed based on the time field got update and not based on the field name, it is displayed in most recent to least recent order.

These details are pulled from sys_history_line table and this is the expected behavior.

 

Note: Please mark reply as correct / helpful if it has answered your original question

Hi Deepak

This is from the "history line":

find_real_file.png

 

So if "Business Impact" is even milliseconds after "Efficiency Improvements" it will show after this field?

 

/Soren