Dear colleagues,

I'm facing an issue with filtering records in a ListPage. I need to implement a cascading lookup relationship between two Quick Filters:

  1. Quick Filter 1 (QF1): Category
  2. Quick Filter 2 (QF2): Subcategory
  3.  

My goal is to dynamically update the options in QF2 based on the selected...MoreLess

Like 2

Like

1 comments

Hi,

We have consulted with the product owners of this feature, and we are sure that this task can only be achieved using development.

Also...MoreLess

Show all comments

Hi, 

Is it possible to add a datetime quick filter to a grid, where you set a time to the filer?

Thank you. 

Like 0

Like

3 comments
Best reply

Javier Collazo,

We have double checked it with the responsible team and unfortunately, it is not possible to setup Time specifically in this...MoreLess

Show all comments (2)

Is it possible to sort the quick filter list you get displayed with code in Freedom UI? I can see there is no way to do it through no code currently, but is there a handler that can be overridden to add sorting to the resulting list? Would be very useful in some circumstances. Maybe it will be done on the load data step using crt.LoadDataRequest in some way? Not sure what the config items that would need to be added to the request would be though.

Like 2

Like

3 comments

Hello Harvey,

Could you please elaborate on your business task? 

Show all comments (2)

Hey, Community

I'm trying to implement a custom filtering logic for quickfiltering of records and to do the same i'm trying to retrieve the value  from the request using the crt.HandleViewModelAttributeChangeRequest. However, the value is being logged as Proxy(nt) due to security reasons.  I'm wondering if there's a way to bypass this limitation in order to obtain the desired result for a custom quick filter. I've attached some photos for reference.



Like 0

Like

5 comments

Hello Vishal,

Please clarify what task exactly you want to achieve. Do you need to get the filter itself?

Show all comments (4)

Hi Community,

I have the following requirement where I need to open the ActivitySectionV2 page from a detail schema. More specifically, I've created a button in a custom detail which, when pressed, opens the ActivitySectionV2 page, as you can see in the following image.

In addition to opening...MoreLess

Like 1

Like

3 comments

Hello Pedro,

Current code you shared will open the Activity section indeed, but there is no logic in the code that will add values to the quick...MoreLess

Show all comments (2)