Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Filters - set a default order
#31
(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.

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.

How can i do it for Opportunities?
potential_no didnt worked for Sortfield
Reply
#32
(08-29-2019, 07:39 AM)global.da Wrote: 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

(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.

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.

How can i do it for Opportunities?
potential_no didnt worked for Sortfield

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 Smile

(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.

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.

How can i do it for Opportunities?
potential_no didnt worked for Sortfield

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. 
[b][color=#cc66ff][i]Hena[/i][/color][/b]
[i][color=#cc66ff][b]Evolutivo Team [/b][/color][/i]
Reply
#33
This is how looks like.
   
[b][color=#cc66ff][i]Hena[/i][/color][/b]
[i][color=#cc66ff][b]Evolutivo Team [/b][/color][/i]
Reply
#34
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
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?

by the way, ive notice there is a skipping number counts.
please see the image
same on the ticket_no


Attached Files Image(s)
   
Reply
#35
(09-03-2019, 11:07 PM)global.da Wrote: 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
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?

by the way, ive notice there is a skipping number counts.
please see the image
same on the ticket_no
This is how it looks like:
   

I think that the problem begins when you start using the button of ASC/DESC which is temporary: 
   

(09-03-2019, 11:07 PM)global.da Wrote: 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
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?

by the way, ive notice there is a skipping number counts.
please see the image
same on the ticket_no

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):
   

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. 
[b][color=#cc66ff][i]Hena[/i][/color][/b]
[i][color=#cc66ff][b]Evolutivo Team [/b][/color][/i]
Reply
#36
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
Reply
#37
(09-03-2019, 11:07 PM)global.da Wrote: 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
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?

by the way, ive notice there is a skipping number counts.
please see the image
same on the ticket_no

(09-06-2019, 04:13 AM)global.da Wrote: 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

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.
[b][color=#cc66ff][i]Hena[/i][/color][/b]
[i][color=#cc66ff][b]Evolutivo Team [/b][/color][/i]
Reply
#38
i guess i should set the numbering from the start to TT0000001, or POT0000001 etc....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)