Filters - set a default order - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: Filters - set a default order (/showthread.php?tid=842) |
RE: Filters - set a default order - global.da - 09-03-2019 (08-29-2019, 08:10 AM)joebordes Wrote: 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. How can i do it for Opportunities? potential_no didnt worked for Sortfield RE: Filters - set a default order - Hena Hajderasi - 09-03-2019 (08-29-2019, 07:39 AM)global.da Wrote: its really not working (09-03-2019, 07:22 AM)global.da Wrote:(08-29-2019, 08:10 AM)joebordes Wrote: 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. Hello, I had this issue while working with 'Support Tickets' module. In general your conditions are correct: Application_ListView_Default_OrderDirect... DESC Application_ListView_Default_Sorting 1 Application_ListView_Default_OrderField ticket_no But, the most important step you have to undertake is to LOG OUT so the changes can apply. Then log in again and enjoy the result (09-03-2019, 07:22 AM)global.da Wrote:(08-29-2019, 08:10 AM)joebordes Wrote: 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. As for 'Opportunitties' module, if you want to sort it according to potential_no variable, i think you are missing a crucial thing, which is the "In module list" variable. It is a checkbox aand it should be checked, so its value will be 'Yes'. At least this was my mistake. RE: Filters - set a default order - Hena Hajderasi - 09-03-2019 This is how looks like. [attachment=867] RE: Filters - set a default order - global.da - 09-03-2019 thank you Hena Hajderasi it worked so all of these 3 below must be created per user, per module list Application_ListView_Default_OrderDirect... DESC Application_ListView_Default_Sorting 1 Application_ListView_Default_OrderField ticket_no or potential_no etcc....... can it be created one time only for the whole system not per user? (09-03-2019, 11:07 PM)global.da Wrote: thank you Hena Hajderasi by the way, ive notice there is a skipping number counts. please see the image same on the ticket_no RE: Filters - set a default order - Hena Hajderasi - 09-04-2019 (09-03-2019, 11:07 PM)global.da Wrote: thank you Hena HajderasiThis is how it looks like: [attachment=869] I think that the problem begins when you start using the button of ASC/DESC which is temporary: [attachment=870] (09-03-2019, 11:07 PM)global.da Wrote: thank you Hena Hajderasi Yes it can be created one time only for the whole system for the GV as: Application_ListView_Default_OrderDirect... DESC Application_ListView_Default_Sorting 1 (Check the example): [attachment=872] But, take into consideration that in GV as Application_ListView_Default_OrderField ticket_no or potential_no etcc it can't be created for the whole system because potential_no or ticket_no belong to different modules. But anyway you can create the first two conditions for the whole system and the last one for each module. RE: Filters - set a default order - global.da - 09-06-2019 the actual Default_OrderDirect is ASC in pot no and ticket no. but when i created this GVs to DESC, that red triangle arrow button appears and i didnt click it. there is a skipping numbers RE: Filters - set a default order - Hena Hajderasi - 09-06-2019 (09-03-2019, 11:07 PM)global.da Wrote: thank you Hena Hajderasi (09-06-2019, 04:13 AM)global.da Wrote: the actual Default_OrderDirect is ASC in pot no and ticket no. Well, as I know that button can't be activated by itself. Maybe before creating the GV you clicked it. It has the feature to remember the last action you took. But anyway, have a look at it http://corebos.com/documentation/doku.php?id=en:adminmanual:faq#automatic_number_fields_are_no . It explains why it sorts that way. RE: Filters - set a default order - solved - global.da - 09-12-2019 i guess i should set the numbering from the start to TT0000001, or POT0000001 etc.... |