Kristopher Wood
12/08/2025, 2:05 AMsearch.columns for some reason?battk
12/08/2025, 3:17 PMKristopher Wood
12/08/2025, 5:45 PMAfter you create a column, you cannot change the sort order of the column. If you use the same column in another search and specify a new sort order, the previous sort order is still used.alien4u
12/09/2025, 1:42 PMKristopher Wood
12/09/2025, 3:29 PMalien4u
12/09/2025, 8:50 PMsearchObj.columns.push(search.createColumn({name: 'internalid'}));
// Adding your sort option using the native method "createColumn"?Kristopher Wood
12/11/2025, 5:09 PM