The variables are working for me, I have had no issue.
The demo is reset every night so I couldn't see your settings. Share some screenshots with us and have a look at these two videos:
(08-22-2019, 12:45 PM)rslemer Wrote: At first when I saw this variable I wish this changed order when user select a filter
But in fact, this variable will change the order for first click on title to classify in DESC or ASC
Seens to me this is your question, not ?
i saw the code in HelpDesk.php, its the title not the ticket_no is to be arranged. so when i activate the global variables, its the title(ticket)/ potentialname (Opportunities)
Can we changed it to ticket_no as default so the Global Variables default_order_by will work on ticket_no? and
when activate the config.performance.php to true?
public $default_order_by = 'title';
public $default_sort_order = 'DESC';
// Turn-off default sorting in ListView, could eat up time as data grows
'LISTVIEW_DEFAULT_SORTING' => false,
in Potentails.php its the same, its the potential name not the potential_no, and its ASC not DESC
public $default_order_by = 'potentialname';
public $default_sort_order = 'ASC';
how will undo the changes i've made in global variables?
i applied the Application_ListView_Default_OrderField to ticket_no and all of the sudden all other modules are gone except the support tickets
i can't edit any more
please show me
i tried global variables but its not getting the listcolumns by ticket_no in DESC
same with Opportunity number in DESC
its the default that is DESC which is the ticketname/potentialname
but when i tried these GV Application_ListView_Default_OrderField for ticket_no Application_ListView_Default_Sorting 1 Application_ListView_Default_Sort_OrderDESC
it worked, ticket no in desc but the issue is, all other records from different modules are gone, except the support tickets
all i want to see is the created records are in DESC order number. so that when you login, and visit, the newly created log is on top is always on top of the list
Ah, I know what is probably happening, you are setting this GV as the default for all modules. So the application tries to sort the others with the ticket_no
the OrderField MUST be only for one module. Read the escalation rules in the wiki
Also, you want to set OrderDirection NOT Sort_Order
its really not working
Application_ListView_Default_OrderDirect... DESC
Application_ListView_Default_Sorting 1
Application_ListView_Default_OrderField ticket_no
i guess modifying the code is required
Sorry but it works correctly. I have recorded a video for you and tested various times, I attach a gif of the last test I just made, there is nothing to change.
The test I made with the gif is in the online demo, so you can have a look at the records today (before it resets)
If you want us to connect to your install and configure it for you send me an email.