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
Hello Vishal,
Please clarify what task exactly you want to achieve. Do you need to get the filter itself?
vishal,
Understood, thank you!
As an option you can change the value in the StringColumnSearchComparisonType system setting to 0 and relogin to the app. In this case the filtration will be performed using the "Starts with" option. There is no inbuilt comparisonType property in the component metadata and the system setting is applied to all filters in the system (in this case if you need to use the "contains" option there should either an advanced filter used or use comparison with the % symbol "like '%5%')
Hi
Oleg Drobina,
Is there any other way to acheive this for the Quick Filter through code, because we need not need to change or need this development for all quick filters ?