New Suggested 9/12/2022 by Renault DEMANGER

1

votes

Filter Sections displayed on GRID based on custom string

SITUATION:
When user access to tickets grid via URL query "&sectionId=xxxxxx", tickets from this section are displayed
On the left, all sections are displayed.

PROBLEM :
With a lot of sections, categories of required section are sometime displayed under 20 screens 
20 screens = 20 * Page Down = Too much actions required = Action not handled by user

NEED :
Filter categories list displayed on section mentionned by user in URL query

IDEA :
&FilerSectionOnTxt="abcd"

This will...

1. Rename  column title "Ticket Categories" by "🔍 abcd" (string specified by user through url query) 

2. In the categories list, display only section name with removing precited string mentionned by user in the URL query

This will reduce informations dupplicated and result on :

🔍 PC
 blue
   category 1
   category 2
   ....
 dark
 yellow

Instead of :

PC blue
   category 1
   category 2
   ....
PC dark
PC yellow

Similar function with &FilerCategoryOnTxt="abcd" should be great also


Log in to comment...